Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IMetabaseObjectDescriptors interface contains properties and methods of the repository objects description collection.
IMetabaseObjectDescriptors
| 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. |
| 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: