IValidationFilter.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 validation rule.

Comments

After calculation end the method returns the object containing the rule execution results.

Fore and Fore.NET Examples

The property use is given in the example for IValidationFilter.Details.

See also:

IValidationFilter