Assembly: Metabase;
The IMbElementDependentsDatabase interface is used to work with dependencies of MDM dictionary elements on repository objects.
IMbElementDependentsDatabase
To work with collection of dependencies of MDM dictionary elements from repository objects, use properties and methods of the IMbElementDependents interface.
Property name | Brief description | |
Active | The Active property returns whether dependencies of MDM dictionary elements from repository objects can be saved. | |
Metabase | The Metabase property returns parameters of the current repository. |
Method name | Brief description | |
Delete | The Delete method deletes dependencies corresponding to the specified template. | |
Exists | The Exists method checks is there are dependencies of MDM dictionary elements from repository objects. | |
New_ | The New_ method creates a collection of dependencies of MDM dictionary elements from repository objects. | |
Select_ | The Select_ method returns parameters of dependencies corresponding with a specified template. | |
Update | The Update method updates information about dependencies of MDM dictionary elements from repository objects. |
See also: