ICubeAttachment

Assembly: Cubes;

Namespace: Prognoz.Platform.Interop.Cubes;

Description

The ICubeAttachment interface is used to work with attachment stored by cube coordinate.

Inheritance Hierarchy

ICubeAttachment

Comments

The attachment can be obtained suing properties and methods of the ICubeAttachments interface.

Properties

  Property name Brief description
The AttributeValueByIndex property returns the attribute value with the specified index from the dictionary with attachments.
The AttributeValueByKey property returns the attribute value with the specified key from the dictionary with attachments.
The Key property returns attachment key.
The Type property returns the attachment type.

See also:

Cubes Assembly Interfaces