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 SourceGetRuleContext(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. |