IEaxDataAreaValidations.FindByKey

Fore Syntax

FindByKey(Value: Integer): IEaxDataAreaValidation;

Fore.NET Syntax

FindByKey(Value: uinteger): Prognoz.Platform.Interop.Express.IEaxDataAreaValidation;

Parameters

Value. Validation rule key.

Description

The FindByKey method finds a validation rule by its key.

Comments

If validation rule is not found, the method returns Null.

Fore and Fore.NET Examples

The method use is given in the example for IEaxDataAreaValidationChain.Move.

See also:

IEaxDataAreaValidations