IEaxDataAreaValidations

Assembly: Express;

Description

The IEaxDataAreaValidations interface is used to work with the collection of validation rules in analytical data area.

Inheritance Hierarchy

          IEaxDataAreaValidations

Comments

To get an object of this type, use IEaxDataAreaSlice.Validations, IEaxDataAreaValidationChain.Validations.

Properties

  Property name Brief description
Count The Count property returns the number of validation rules.
Item The Item property returns validation rule by its index.

Methods

  Method name Brief description
Add The Add method adds validation rule to the collection of rules.
Clear The Clear method clears collection of validation rules.
Create The Create method creates a validation rule.
FindByKey The FindByKey method finds a validation rule by its key.
IndexOf The IndexOf method returns an index of the specified validation rule.
Remove The Remove method removes validation rule from the collection.
RemoveByKey The RemoveByKey method removes validation rule by its key.

See also:

Express Assembly Interfaces