ICubeAttachmentAttribute

Assembly: Cubes;

Description

The ICubeAttachmentAttribute interface describes dictionary attribute where cube attachments are stored.

Inheritance Hierarchy

          INamedEntityModel

          ICubeAttachmentAttribute

Comments

Attribute parameters can be obtained using properties and methods of the ICubeAttachmentAttributes interface.

Properties

  Property name Brief description
DataType

The DataType property returns type of data stored in attribute.
Nullable

The Nullable property returns whether it is possible to store empty values by the attribute.
ObjectLinked

The ObjectLinked property returns whether values store a link to the repository object.

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.

See also:

Cubes Assembly Interfaces