Metabase > Metabase Assembly Interfaces > IMetabaseCustomObjectWriter
The IMetabaseCustomObjectWriter interface contains properties and methods used to write data in an object of a custom class.
Property name | Brief description | |
![]() |
ElementDependencies | The ElementDependencies property determines a collection of the dependencies of the user class object on the elements of the MDM dictionary. |
![]() |
Object | The Object property returns an object with the data of which the work is executed. |
![]() |
References | The References property returns dependencies of the object. |
![]() |
Selections | The Selections property returns a collection of selections of the dimensions linked with a custom class object. |
Method name | Brief description | |
![]() |
NewElementDependencies | The NewElementDependencies method creates a new collection of the dependencies of the user class object on the elements of the MDM dictionary. |
![]() |
Save | The Save method writes object data in repository. |
![]() |
WriteFromFile | The WriteFromFile method writes data in an object from a file. |
![]() |
WriteFromStream | The WriteFromStream method writes data in an object from a stream. |
![]() |
WriteFromXML | The WriteFromXML method writes data in an object from format XML. |
See also: