ICubeAttachmentEdited

Assembly: Cubes;

Namespace: Prognoz.Platform.Interop.Cubes;

Description

The ICubeAttachmentEdited interface is used to edit attachment stored in cube coordinate.

Inheritance Hierarchy

ICubeAttachmentEdited

Comments

To get dimension opened for edit, use properties and methods of the ICubeAttachmentsEdited interface.

Properties

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

Properties inherited from ICubeAttachment

  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