IValidationExecuteSettings.SelectionFilter

Fore Syntax

SelectionFilter: IValidationSelectionFilter;

Fore.NET Syntax

SelectionFilter: Prognoz.Platform.Interop.Ms.IValidationSelectionFilter;

Description

The SelectionFilter property returns parameters of filter limiting series used for validation calculation.

Comments

Filter is a set of selections by series attributes. Each filter element sets selection of one attribute.

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