Assembly: Cubes;
The ICubeCreatorFacts interface contains properties and methods that are used to work with facts collection of the created cube.
ICubeCreatorFacts
Facts collection can be obtained in the ICubeCreator.Facts property.
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. |
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: