IMbElementDependencies

Assembly: Metabase;

Description

The IMbElementDependencies interface contains properties and methods that are used to work with the collection of records about objects dependency from elements of MDM dictionary.

Inheritance Hierarchy

          IMbElementDependencies

Comments

Creating new dependencies or deleting existing ones causes change of the sign of changes existence in the Modified collection. To save changes in the collection to the database of the repository use the IMbElementDependenciesDatabase.Update property.

Properties

  Property name Brief description
Count The Count method returns the number of dependencies in the collection.
Database The Database property returns a parent object that contains information about all dependencies of repository objects from MDM dictionaries elements.
Item The Item property returns a record about object dependency from MDM dictionary elements.
Modified The Modified property returns a flag of changes availability in the collection.
Where The Where property determines dependencies template, on its base this collection is received.

Methods

  Method name Brief description
Add The Add method creates a new record about dependency on the base of information passed in a template.
Clear The Clear method clears all dependencies.
Remove The Remove method removes a record about object dependency from the collection.

See also:

Metabase Assembly Interfaces