IMbElementDependencies

Assembly: Metabase;

Description

The IMbElementDependencies interface contains properties and methods used to work with a 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 number of dependencies in a 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 a 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 a collection.

See also:

Metabase Assembly Interfaces