Assembly: Metabase;
The IMetabaseCustomObjectReferences interface contains properties and methods used to work with the collection of dependencies of the custom class object.
IMetabaseCustomObjectReferences
To get collection of custom class object dependencies, use the IMetabaseCustomObjectSerializer.References or ICustomObjectResolver.References property.
Property name | Brief description | |
Count | The Count property returns number of dependencies in a collection. | |
Item | The Item property returns a dependency from the collection by index. |
Method name | Brief description | |
Add | The Add method adds a dependency in the collection. | |
AddWithOwner | The AddWithOwner method adds dependency from object and its parent. | |
Clear | The Clear method deletes all dependencies from the collection. | |
FindByKey | The FindByKey method searches for a dependency in the collection by its key. | |
Remove | The Remove method removes a dependency from the collection by index. | |
RemoveByKey | The RemoveByKey method removes a dependency from the collection by key. |
See also: