IValidationComponentMismatch

Assembly: Ms;

Description

The IValidationComponentMismatch interface is used to work with validation rule of the Components Deviations Analysis type.

Inheritance Hierarchy

          IValidationDetails

          IValidationComponentMismatch

Comments

This validation rule type matches deviations between output series and source series, which the output series is based on.

The output series T is calculated by the formula T = Tx + Ty, where Tx and Ty are source series, based on which the output series is obtained. If data of source series (for example, Tx) changed, the output series also changes: T' = T'x +Ty. This validation type shows changes in the output series T, that is, compares T with T'.

To set up settings of this filter, cast the value returned by the IValidationFilter.Details property to the IValidationCrossDatabase interface.

Properties

  Property name Brief description
ComparisonType The ComparisonType property determines the type of value change.
ComparisonValue The ComparisonValue property returns value comparison parameters.

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