IValidationMissingMetadata

Assembly: Ms;

Description

The IValidationMissingMetadata interface is used to work with validation rule of the Missing Metadata type.

Inheritance Hierarchy

          IValidationDetails

          IValidationMissingMetadata

Comments

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

Properties

  Property name Brief description
Attributes The Attributes property returns the collection of attributes which missing values are checked by validation.
CalculationType The CalculationType property determines metadata type where validation reveals missing values.

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