ICubeAttachments

Assembly: Cubes;

Description

The ICubeAttachments interface is used to work with collection of attachments stored in the specific cube coordinate.

Inheritance Hierarchy

ICubeAttachments

Comments

To get collection of attachments, use the ICubeAttachmentManager.ReadAttachments method. Attachments in the collection are read-only.

Properties

  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
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