Express > Express Assembly Interfaces > IEaxDataAreaValidations
Assembly: Express;
Name space: Prognoz.Platform.Interop.Express;
The IEaxDataAreaValidations interface is used to work with collection of validation rules in analytical data area.
IEaxDataAreaValidations
To get an object of this type, use IEaxDataAreaSlice.Validations, IEaxDataAreaValidationChain.Validations.
Property name | Brief description | |
![]() |
Count | The Count property returns the number of validation rules. |
![]() |
Item | The Item property returns validation rule by its index. |
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: