IEaxDataAreaValidations.Remove

Syntax

Remove(Value: IEaxDataAreaValidation);

Parameters

Value. Validation rule as object.

Description

The Remove method removes validation rule from the collection.

Comments

To remove validation rule by its key, use IEaxDataAreaValidations.RemoveByKey.

Example

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

See also:

IEaxDataAreaValidations