IMetabaseObjectDescriptors

Assembly: Metabase;

Description

The IMetabaseObjectDescriptors interface contains properties and methods of the repository objects description collection.

Inheritance Hierarchy

          IMetabaseObjectDescriptors

Properties

  Property name Brief description
Count The Count property returns the number of the repository objects descriptions.
IsEmpty The IsEmpty property returns whether object description is empty
Item The Item property returns the object description.

Methods

  Method name Brief description
Add The Add method adds the object description to the collection.
Clear The Clear method clears the collection.
FindByKey The FindByKey method searches for the class by the specified key.
Remove The Remove method removes the description of the object from the collection by its index.
RemoveById The RemoveById method removes the description of the object from the collection by its index.
RemoveByKey The RemoveByKey method removes the description of the object from the collection by its key.

See also:

Metabase Assembly Interfaces