Assembly: Ms;
The IValidationRevisionMetadataComparison interface is used to work with validation rule of the Metadata Version Comparison type.
IValidationRevisionMetadataComparison
The rule compares metadata between specified and current revisions.
To set up parameters of the rule, cast the value returned by the IValidationFilter.Details property to the IValidationRevisionMetadataComparison interface.
Property name | Brief description | |
Attributes | The Attributes property returns time series database attributes, by which the data should be compared. | |
CalculationType | The CalculationType property determines method of calculating validation rule: at series level or at the level of series observations. | |
ComparisonType | The ComparisonType property determines the type of metadata comparison. | |
Revision | The Revision property determines the key of the revision, to which relevant metadata is compared. |
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: