IEaxDataAreaValidations.Add

Fore Syntax

Add(Value: Object): IEaxDataAreaValidation;

Fore.NET Syntax

Add(Value: object): Prognoz.Platform.Interop.Express.IEaxDataAreaValidation;

Parameters

Value. Validation rule as object.

Description

The Add method adds validation rule to the collection of rules.

Comments

To delete validation rule, use IEaxDataAreaValidations.Remove, IEaxDataAreaValidations.RemoveByKey.

Fore and Fore.NET Examples

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

See also:

IEaxDataAreaValidations