ICubeAttachmentAttributes

Assembly: Cubes;

Description

The ICubeAttachmentAttributes interface is used to work with collection of dictionary attributes where cube attachments are stored.

Inheritance Hierarchy

ICubeAttachmentAttributes

Comments

Collection of attributes can be obtained in the ICubeAttachments.Attributes property.

Properties

  Property name Brief description
Count

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

The Index property returns parameters of the attribute with the specified index.

Methods

  Method name Brief description
FindById

The FindById method searches by identifier and returns attribute parameters in case of successive search results.
FindByKey

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

The IndexOf method returns index of the specified attribute in the collection.

See also:

Cubes Assembly Interfaces