IValidationCustom

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.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
The CalculationType property determines validation rule calculation mode.
The Mappings property returns the collection of data source mappings.
The Transform property returns an object allowing to set up calculation parameters for validation rule.
The UseValidationFilterDates property determines how to take into account calculation dates set for validation.

Properties inherited from IValidationDetails

  Property name Brief description
Outdated. Use IValidationDetails.SelectionFilter.
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.
Outdated. Use IValidationDetails.SelectionTargetData.

See also:

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