IMetabaseCustomObjectReferences

Assembly: Metabase;

Description

The IMetabaseCustomObjectReferences interface contains properties and methods used to work with the collection of dependencies of the custom class object.

Inheritance Hierarchy

          IMetabaseCustomObjectReferences

Comments

To get collection of custom class object dependencies, use the IMetabaseCustomObjectSerializer.References or ICustomObjectResolver.References property.

Properties

  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.

Methods

  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:

Metabase Assembly Interfaces