The IValidation interface contains properties and methods used to work with validation rule.
Property name | Brief description | |
The CalculationType property determines the method of validation rule calculation. | ||
The EndDate property determines end date of validation rule calculation period. | ||
The Laner property determines the workbook of the time series database, for which the validation rule will be calculated. | ||
The StartDate property determines start date of validation rule calculation period. | ||
The Transform property returns an object containing validation rule settings. | ||
The UseEndDate property determines whether calculation period end date should be taken into account on validation rule calculation. | ||
The UseStartDate property determines whether to take into account the start date of calculation period on validation rule calculation. |
Method name | Brief description | |
The Execute method calculates validation rule. |
See also: