Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The ICubeAttachmentAttributes interface is used to work with collection of dictionary attributes where cube attachments are stored.
ICubeAttachmentAttributes
Collection of attributes can be obtained in the ICubeAttachments.Attributes property.
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. |
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: