IValidationGroup

Assembly: Ms;

Description

The IValidationGroup interface contains properties and methods used to work with the group of validation rules.

Inheritance Hierarchy

          IValidationGroup

Comments

Validation rule group is several validation rules combined into a group for consecutive execution.

Properties

  Property name Brief description
CreateExecuteSettings The ExceptionsLimit property determines the threshold number of exceptions loaded by the group of validation rules.
ParamProvider The ParamProvider property returns an object used to work with validation rule group parameters and their values.
Params The Params property returns a set of parameters for a group of validation rules.
ValidationFilters The ValidationFilters property returns the collection of rules included in the group of validation rules.

Methods

  Method name Brief description
CreateExecuteSettings The CreateExecuteSettings method creates settings of calculation for a group of validation rules.
Execute The Execute method calculates the group of validation rules.

See also:

Ms Assembly Interfaces