IValidationCrossFrequency

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IValidationCrossFrequency interface is used to work with validation rule of the Compare Frequency Levels type.

Inheritance Hierarchy

          IValidationDetails

          IValidationCrossFrequency

Comments

This validation rule compares values of the specified calendar levels.

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

Properties

  Property name Brief description
The AggregationType property determines data aggregation type.
The ComparisonValue property returns comparison parameters.
The FromLevel property determines compared level.

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