Assembly: Cubes;
The ICubeAttachmentManager interface is used to manage manager of standard cube attachments manager.
ICubeAttachmentManager
It is available to work with cube attachments after cube resulting matrix supporting work with atachments is calculated. To create a manager of attachments, use the ICubeExecuteResult.CreateAttachmentManager method.
The read the list of attachments, use the ReadAttachments method, to edit attachments - EditAttachments.
To apply changes made to the list of attachments, call the Post method in the cure resulting matrix. To save changes to cube, create an object to save in the CubeInstanceStorageOptions.Attachments mode and call one of the Save* methods for resulting matrix.
Method name | Brief description | |
EditAttachments | The EditAttachments method opens list of attachments for edit. | |
Post | The Post method applies all attachment changes to resulting cube matrix for which the iterator was obtained. | |
ReadAttachments | The ReadAttachments method returns the collection of attachments saved in cube. | |
SupportWriteAttachments | The SupportWriteAttachments method checks whether the list of attachments can be changed in the current iterator position. | |
SupportWriteAttachmentsByCoord | The SupportWriteAttachmentsByCoord method checks whether list of attachments by specified matrix coordinate with attachments can be changed. |
See also: