ICubeValidationAssertions.IsEmpty

Syntax

IsEmpty: Boolean;

Description

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

Comments

The property returns True if cube metadata structure is correct and there are no messages in the current collection.

Example

The example of use is given in description of the ICubeModel.Validate method.

See also:

ICubeValidationAssertions