IValidationCrossDatabase

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IValidationCrossDatabase interface is used to work with parameters of the Compare with Time Series Database validation rule.

Inheritance Hierarchy

          IValidationDetails

          IValidationCrossDatabase

Comments

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

This validation rule can be also used to compare with standard cube containing calendar dimension.

Properties

  Property name Brief description
The Comparator property determines a data source, which is compared with.
Outdated. Use SelectionComparatorData.
Outdated. Use IValidationCrossDatabase.Comparator.
The ComparisonType property determines the type of metadata comparison.
The ComparisonValue property returns value comparison parameters.
The Mappings property returns collection of dimension bindings of mapped data sources.
The SelectionComparatorData property returns a set of selections determining data used for comparison.

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