Show / Hide Table of Contents

Interface IGetsRuleContext

An objet that gets a rule context for an executable rule.

Namespace: CSF.Validation.Rules
Assembly: CSF.Validation.dll
Syntax
public interface IGetsRuleContext

Methods

| Improve this Doc View Source

GetRuleContext(ExecutableRule)

Gets a rule context for the specified executable rule.

Declaration
RuleContext GetRuleContext(ExecutableRule rule)
Parameters
Type Name Description
ExecutableRule rule

The executable rule.

Returns
Type Description
RuleContext

A rule context.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX