ICubeAttachmentAttribute

Assembly: Cubes;

Namespace: Prognoz.Platform.Interop.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
The DataType property returns type of data stored in attribute.
The Nullable property returns whether it is possible to store empty values by the attribute.
The ObjectLinked property returns whether values store a link to the repository object.

Properties inherited from INamedEntityModel

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

See also:

Cubes Assembly Interfaces