Assembly: Ms;
The IValidationMissingMetadata interface is used to work with validation rule of the Missing Metadata type.
IValidationMissingMetadata
To set up parameters of this rule cast the value returned by the IValidationFilter.Details to the IValidationMissingMetadata interface.
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. |
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: