IValidationExecuteSettings.Filter

Fore Syntax

Filter: IMsMetaAttributeFilter;

Fore.NET Syntax

Filter: Prognoz.Platform.Interop.Ms.IMsMetaAttributeFilter;

Description

The Filter property returns series filtering parameters, for which validation rule is calculated.

Comments

The property is outdated, use IValidationExecuteSettings.SelectionFilter.

Filtering enables the user to limit checked data and reduce validation calculation time.

Fore and Fore.NET Example

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

See also:

IValidationExecuteSettings