IValidationGroup.CreateExecuteSettings

Syntax

CreateExecuteSettings: IValidationExecuteSettings;

Description

The CreateExecuteSettings method creates settings of calculation for a group of validation rules.

Comments

To calculate a group of validation rules, use the IValidationGroup.Execute method.

Example

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

See also:

IValidationGroup