IMbElementDependency

Assembly: Metabase;

Description

The IMbElementDependency interface contains properties used to work with a record about object dependency from elements of MDM dictionary.

Inheritance Hierarchy

          IMbElementDependencyTemplate

          IMbElementDependency

Properties

  Property name Brief description
Dictionary The Dictionary property determines MDM dictionary in which there are element the Object object depends on.
Object The Object property determines a repository object that depends on MDM dictionary elements specified in the Dictionary property.

Properties inherited from IMbElementDependencyTemplate

  Property name Brief description
DictionaryKey The DictionaryKey property determines a key of the MDM dictionary, with dependencies on which elements the work is executed.
ElementKey The ElementKey property determines an element key of the MDM dictionary, with dependencies on which the work is executed.
ElementKeys The ElementKeys property determines an array of the MDM dictionary elements keys, with dependencies on which the work is executed.
ElementKeysCount The ElementKeysCount property returns the number of element keys, with dependencies on which the work is executed.
ObjectKey The ObjectKey property determines a key of the object, with dependencies on which the work is executed.

See also:

Metabase Assembly Interfaces