ICubeCreatorFacts

Assembly: Cubes;

Description

The ICubeCreatorFacts interface contains properties and methods that are used to work with facts collection of the created cube.

Inheritance Hierarchy

ICubeCreatorFacts

Comments

Facts collection can be obtained in the ICubeCreator.Facts property.

Properties

  Property name Brief description
Count The Count property returns the number of facts in the collection.
CreateExternalDimension The CreateExternalDimension property determines whether to create a dictionary for storing facts.
HideTrivialFactDimension The HideTrivialFactDimension property determines whether the fact dimension is to be hidden when creating a cube.
Item The Item property returns parameters of the selected fact.

Methods

  Method name Brief description
Add The Add creates a new fact in the collection and returns its parameters.
Clear The Clear method deletes all facts from the collection.
Remove The Remove method removes the selected fact from the collection.

See also:

Cubes Assembly Interfaces