IValidationFilter.CreateExecuteSettings

Fore Syntax

CreateExecuteSettings: IValidationExecuteSettings;

Fore.NET Syntax

CreateExecuteSettings(): Prognoz.Platform.Interop.Ms.IValidationExecuteSettings;

Description

The CreateExecuteSettings method creates validation calculation settings.

Comments

To calculate validation, use the IValidationGroup.Execute method.

Fore and Fore.NET Examples

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

See also:

IValidationFilter