IValidationGroup.CreateExecuteSettings

Fore Syntax

CreateExecuteSettings: IValidationExecuteSettings;

Fore.NET Syntax

CreateExecuteSettings(): Prognoz.Platform.Interop.Ms.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.

Fore and Fore.NET Examples

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

See also:

IValidationGroup