IStandardCubeDestination

Assembly: Cubes;

Namespace: Prognoz.Platform.Interop.Cubes;

Description

The IStandardCubeDestination interface contains properties of cube display version.

Properties

  Property name Brief description
AttachmentsStorage The AttachmentsStorage property determines the attachments storage location.
Cube The Cube property returns parent object.
HasAttachmentsSupport The HasAttachmentsSupport property returns whether cube supports work with attachments.
IsDefault The IsDefault property returns True if this display version is the default display version.
UseMultiAttrTable The UseMultiAttrTable property determines whether a single common temporary table is used to store values of attributes, by which dimension connection is made.
Visible The Visible property determines whether the display version is hidden or not.

Properties inherited from INamedEntity

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

Methods

  Method name Brief description
CreateAndSetAttachmentsStorage The CreateAndSetAttachmentsStorage method creates and installs dictionary to store attachments.
MakeDefault The MakeDefault method sets the default variant for a given layout variant.

See also:

Cubes Assembly Interfaces