ICubeInstanceDestination

Assembly: Cubes;

Description

The ICubeInstanceDestination interface contains properties and methods of a cube instance according to the specified display version.

Inheritance Hierarchy

          INamedEntityModel

          ICubeInstanceDestination

Properties

  Property name Brief description
AlternateSource The AlternateSource property returns the data of an alternative cube that is used for the current cube data storage.
Cached The Cached property returns whether repository database contains cache with this cube instance.
CachedEx The CachedEx property returns whether the repository database contains cache taking into account previous cache checks.
Cube The Cube property returns the parent object.
DestinationModel The DestinationModel property returns parameters of cube display version.
Dimensions The Dimensions property returns data of cube dimensions.
IsDefault The IsDefault property returns True if the specified display version is a default one.
Visible The Visible property returns True if the specified cube display version is visible.

Properties inherited from INamedEntityModel

  Property name Brief description
Id The Id property returns object identifier.
Key The Key property returns object key.
Name The Name property returns object name.

Methods

  Method name Brief description
ApplyDimensions The ApplyDimensions method applies selection control parameters.
CreateApplyDimensions The CreateApplyDimensions method creates an object that is used for cube dimension selection control.
CreateDimSelectionSet The CreateDimSelectionSet method creates an empty cube selection.
CreateExecutor The CreateExecutor method creates an object that calculates output cube matrix.
CreateExecutorO The CreateExecutorO method creates an object that calculates output cube matrix with the use of parameters.
CreateStorage The CreateStorage method creates an object that saves data to a cube.
Execute The Execute method calculates output cube matrix.
FlushCache The FlushCache method clears cache of the opened cube instance.
SetDimensions The SetDimensions sets the specified dimensions collection in the current opened cube instance.
UpdateCache The UpdateCache method updates cache of the opened cube instance.
UpdateCacheBySelection The UpdateCacheBySelection method updates cache of opened cube instance by the specified selection.

See also:

Cubes Assembly Interfaces