ICubeAttachmentsEdited

Assembly: Cubes;

Description

The ICubeAttachmentsEdited interface is used to edit collection of attachments stored by specific cube coordinate.

Inheritance Hierarchy

ICubeAttachmentsEdited

Comments

To edit collection of attachments, use the ICubeAttachmentManager.ReadAttachments method. After editing is finished, call the ICubeAttachmentManager.Post method.

Properties inherited from ICubeAttachments

  Property name Brief description
Attributes

The Attributes property returns collection of dictionary attributes where cube attachments are stored.
Count

The Count property returns the number of attachments in collection.
Item

The Item property returns parameters of the attachment with the specified index.

Methods

  Method name Brief description
AddNew

The AddNew method creates a new attachment.
Edit

The Edit method opens attachment with the specified index for edit.
EditByKey

The EditByKey method opens attachment with the specified key for edit.
Remove

The Remove method removes attachment with the specified index.
RemoveByKey

The RemoveByKey method removes the attachment with the specified key.

Methods inherited from ICubeAttachments

  Method name Brief description
FindByKey

The FindByKey property searches by key and returns attachment parameters in case of successive search results.
IndexOf

The IndexOf method returns index of the specified attachment in the collection.
IndexOfKey

The IndexOfKey method returns index in the collection for attachment with the specified key.

See also:

Cubes Assembly Interfaces