IValidationGroup.Execute

Syntax

Execute(Settings: IValidationExecuteSettings): IValidationExecRun;

Parameters

Settings. Validation calculation settings.

Description

The Execute method calculates the group of validation rules.

Comments

After finishing the calculation the method returns the object containing the result of execution of validation rules.

Example

The method use is given in the example for IValidationGroup.Params.

See also:

IValidationGroup