Execute(Settings: IValidationExecuteSettings): IValidationExecRun;
Execute(Settings: Prognoz.Platform.Interop.Ms.ValidationExecuteSettings):
Prognoz.Platform.Interop.Ms.IValidationExecRun;
Settings. Validation calculation settings.
The Execute method calculates the group of validation rules.
After finishing the calculation the method returns the object containing the result of execution of validation rules.
The method use is given in the example for IValidationGroup.Params.
See also: