IValidationGroup.Execute

Fore Syntax

Execute(Settings: IValidationExecuteSettings): IValidationExecRun;

Fore.NET Syntax

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

Fore and Fore.NET Examples

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

See also:

IValidationGroup