Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing in Development Environment > Description of System Assemblies > Ms > Ms Assembly Interfaces > IValidationGroup
Assembly: 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 | |
![]() |
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. |
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: