IStandardCubeDestinations

Assembly: Cubes;

Description

The IStandardCubeDestinations interface contains properties and methods that are used to work with the collection of cube display versions.

Comments

The collection of cube display versions can be obtained using the IStandardCube.Destinations property. By default, the collection has always at least one display version that is a default display version.

Properties

  Property name Brief description
Count The Count property returns the number of cube display versions.
Item The Item property returns parameters of cube displaying option with the specified index.

Methods

  Method name Brief description
Add The Add method adds a new cube display version.
AddEx The AddEx method adds a new cube display version with copying settings from the existing cube display version.
FindById TheFindById method searches for a display version by its identifier.
FindByKey The FindByKey method searches for a display version by its key.
Move The Move method moves display version in the list.
Remove The Remove method removes display version by its index.
RemoveByKey The RemoveByKey method removes display version by its key.

See also:

Cubes Assembly Interfaces