ICubeAttachmentAttributes

Assembly: Cubes;

Namespace: Prognoz.Platform.Interop.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
The Count property returns the number of attributes in the collection.
The Index property returns parameters of the attribute with the specified index.

Methods

  Method name Brief description
The FindById method searches by identifier and returns attribute parameters in case of successive search results.
The FindByKey method searches by key and returns attribute parameters in case of successive search results.
The IndexOf method returns index of the specified attribute in the collection.

See also:

Cubes Assembly Interfaces