Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IValidationGroup interface contains properties and methods used to work with the group of validation rules.
IValidationGroup
Validation rule group is several validation rules combined into a group for consecutive execution.
Property name | Brief description | |
The ExceptionsLimit property determines the threshold number of exceptions unloaded by the group of validation rules. | ||
The ParamProvider property returns an object used to work with validation rule group parameters and their values. | ||
The Params property returns a set of parameters for a group of validation rules. | ||
The ValidationFilters property returns the collection of rules included in the group of validation rules. |
Method name | Brief description | |
The CreateExecuteSettings method creates settings of calculation for a group of validation rules. | ||
The Execute method calculates the group of validation rules. |
See also: