Interface IGetsSingleRuleExecutor
An object which can get a service instance suitable for executing a single validation rule.
Namespace: CSF.Validation.RuleExecution
Assembly: CSF.Validation.Abstractions.dll
Syntax
public interface IGetsSingleRuleExecutor
Methods
| Improve this Doc View SourceGetRuleExecutor(ResolvedValidationOptions)
Gets the service which may be used for executing validation rules.
Declaration
IExeucutesSingleRule GetRuleExecutor(ResolvedValidationOptions options)
Parameters
Type | Name | Description |
---|---|---|
ResolvedValidationOptions | options | The validation options. |
Returns
Type | Description |
---|---|
IExeucutesSingleRule | A single-rule execution service instance. |