IValidationFilter.Execute

Syntax

Execute(Settings: IValidationExecuteSettings): 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.

Example

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

See also:

IValidationFilter