IValidationSelectionFilter.FindByKey

Fore Syntax

FindByKey(SelectionKey: Integer): IValidationSelectionValues;

Fore.NET Syntax

FindByKey(SelectionKey: uinteger): Prognoz.Platform.Interop.Ms.IValidationSelectionValues;

Parameters

SelectionKey. Selection key.

Description

The FindByKey method searches for filter element by selection key.

Comments

The selection key matches the dictionary key, which is used as a base for selection.

If filter element is not found, the method returns Null.

See also:

IValidationSelectionFilter