Show / Hide Table of Contents

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 Source

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

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