ICubeValidationAssertions

Assembly: Cubes;

Description

The ICubeValidationAssertions interface is used to work with a list of possible cube metadata violations.

Inheritance Hierarchy

ICubeValidationAssertions

Comments

Metadata violation may occur at the stage of cube editing if some incorrect parameters are set. The ICubeModel.Validate method can be used to check cube and to get a list of possible violations.

Properties

  Property name Brief description
Count

The Count property returns the number of messages about cube metadata violations.
IsEmpty

The IsEmpty property returns whether there are no cube metadata violations.
Item

The Item property returns the information message about cube metadata violations.
MaxSeverity

The MaxSeverity property returns the maximum importance code for the message in the list of cube metadata violations.

See also:

Cubes Assembly Interfaces