IValidationRevisionComparison

Assembly: Ms;

Description

The IValidationRevisionComparison interface is used to work with validation rule of the Compare Data Versions type.

Inheritance Hierarchy

          IValidationDetails

          IValidationRevisionComparison

Comments

The rule compares data between specified and current revision.

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

Properties

  Property name Brief description
ComparisonType The ComparisonType property determines the type of value change between revisions.
ComparisonValue The ComparisonValue property returns comparison parameters.
Revision The Revision property determines the key of the compared revision.

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