ICubeValidationAssertions.IsEmpty

Syntax

IsEmpty: Boolean;

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.

Fore and Fore.NET Examples

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

See also:

ICubeValidationAssertions