Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IMbElementDependents interface is used to work with a collection of dependencies records of MDM dictionary elements from repository objects.
IMbElementDependents
To work with a particular dependency record of MDM dictionary elements from repository objects, use properties of the IMbElementDependent interface.
| Property name | Brief description | |
| Count | The Count method returns the number of dependency records of MDM dictionary elements from repository objects. | |
| Database | The Database property returns a repository, which works with dependencies of MDM dictionary elements from repository objects. | |
| Item | The Item property returns the value of dependency record of MDM dictionary elements from repository objects. | |
| Modified | The Modified method determines whether dependency records of MDM dictionary elements from repository objects are changed. | |
| Where | The Where property determines a template, on which a list of dependencies of MDM dictionary elements from repository objects. |
| Method name | Brief description | |
| Add | The Add method adds a dependency record of MDM dictionary elements from repository objects to collection. | |
| Clear | The Clear method removes all dependency records of MDM dictionary elements from repository objects. | |
| The Remove method removes dependency record of MDM dictionary elements from repository objects by its index. |
See also: