Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The IStandardCube interface contains properties of the Standard Cube repository object.
IStandardCube
When a new standard cube is created, the following minimum settings must be determined to ensure its correct work:
Set up facts dimension using one of the following options:
Set the ExternalFactDimension property to True and set the IStandardCubeDimension.FactDimension property to True of the dictionary, which will be used as a facts dimension in the Dimensions collection.
Set the ExternalFactDimension property to False and using the FactDimension property set up the local facts dimension.
Determine data sources to the Datasets collection, set up fact bindings to the added sources in the FactBindings collection.
Add dictionaries, which will be used as dimensions to the Dimensions collection. Set up binding to source fields for each dictionary.
If required, in the Relations collection one can create the relations that allow for getting fact values by means of shifting relative to the current calculation point, and in the CalcBindings collection one can set up bindings for calculated facts.
Property name | Brief description | |
Outdated. Use the IStandardCubeDataset.AggregateDuplicatesMode property. | ||
Outdated. Use the IStandardCubeDestination.CalcBindings property. | ||
The ChildRubricator property returns the child time series database. | ||
Outdated. Use the IStandardCubeDestination.Datasets property. | ||
Outdated. Use the IStandardCube.SetDefaultCallback method. | ||
The DefaultCallbackClass property returns the class that is used to process data saving to cube. | ||
The DefaultCallbackModule property returns the unit that contains a class for processing data saving to cube. | ||
The Destinations property returns the collection of display versions of standard cube. | ||
Outdated. Use the IStandardCubeDestination.Dimensions property. | ||
The ExternalFactDimension property determines whether the current repository dictionary is used as a facts dimension. | ||
Outdated. Use the IStandardCubeDestination.FactBindings property. | ||
Outdated. Use the IStandardCubeDestination.FactDimension property. | ||
Outdated. Use the IStandardCubeDestination.HideTrivialFactDimension property. | ||
Outdated. Use the IStandardCubeDestination.Relations property. | ||
Outdated. Use the IStandardCubeDestination.SelSetOriginalOnly property. | ||
Outdated. Use the IStandardCubeDestination.UseMultiAttrTable property. | ||
Outdated. Use the IStandardCubeDataset.UseSubqueryOptimization property. |
Method name | Brief description | |
The SetDefaultCallback method sets a handler of data saving to cube for a cube. |
See also: