IValidationCustom

Assembly: Ms;

Description

The IValidationCustom interface is used to work with validation rule of the Compare by Expression type.

Inheritance Hierarchy

          IValidationDetails

          IValidationCustom

Comments

To set up parameters of this rule cast the value returned by the IValidationFilter.Details property to the IValidationCustom interface.

Properties

  Property name Brief description
CalculationType The CalculationType property determines validation rule calculation mode.
Mappings The Mappings property returns the collection of data source mappings.
Transform The Transform property returns the object allowing to set up calculation options for validation rule.
UseValidationFilterDates The UseValidationFilterDates property determines how to take into account calculation dates set for validation.

Properties inherited from IValidationDetails

  Property name Brief description
The Kind property returns type of validation rule.
The SelectionFilter property returns parameters of the filter limiting the checked series.
The SelectionTargetData property returns object determining data used for validation.

See also:

Ms Assembly Interfaces | Using Advanced Options of the Compare by Expression Validation Rule