Cubes > Cubes Assembly Interfaces > ICubeInstanceDestination
Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The ICubeInstanceDestination interface contains properties and methods of a cube instance according to the specified display version.
ICubeInstanceDestination
Property name | Brief description | |
![]() |
The AlternateSource property returns the data of an alternative cube that is used for the current cube data storage. | |
![]() |
The Cached property returns whether repository database contains cache with this cube instance. | |
![]() |
The CachedEx property returns whether the repository database contains cache taking into account previous cache checks. | |
![]() |
The Cube property returns the parent object. | |
![]() |
The DestinationModel property returns parameters of cube display version. | |
![]() |
The Dimensions property returns data of cube dimensions. | |
![]() |
The IsDefault property returns True if the specified display version is a default one. | |
![]() |
The Visible property returns True if the specified cube display version is visible. |
Property name | Brief description | |
![]() |
The Id property returns object identifier. | |
![]() |
The Key property returns object key. | |
![]() |
The Name property returns object name. |
Method name | Brief description | |
![]() |
The ApplyDimensions method applies selection control parameters. | |
![]() |
The CreateApplyDimensions method creates an object that is used for cube dimension selection control. | |
![]() |
The CreateDimSelectionSet method creates an empty cube selection. | |
![]() |
The CreateExecutor method creates an object that calculates output cube matrix. | |
![]() |
The CreateExecutorO method creates an object that calculates output cube matrix with the use of parameters. | |
![]() |
The CreateStorage method creates an object that saves data to a cube. | |
![]() |
The Execute method calculates output cube matrix. | |
![]() |
The FlushCache method clears cache of the opened cube instance. | |
![]() |
The SetDimensions sets the specified dimensions collection in the current opened cube instance. | |
![]() |
The UpdateCache method updates cache of the opened cube instance. |
See also: