IMbElementDependent

Assembly: Metabase;

Namespace: Prognoz.Platform.Interop.Metabase;

Description

The IMbElementDependent interface is used to work with a dependencies records of MDM dictionary elements from repository objects.

Inheritance hierarchy

          IMbElementDependentTemplate

          IMbElementDependent

Comments

To work with a dependencies template of MDM dictionary objects and elements from repository objects, use properties of the IMbElementDependentTemplate interface.

Properties

  Property name Brief description
The Dictionary property returns an MDM dictionary, which elements depend on repository object.
The Object property determines a repository object, on which MDM dictionary elements depend.

Properties inherited from IMbElementDependentTemplate

  Property name Brief description
DictionaryKey The DictionaryKey property returns a key of the MDM dictionary that depends on repository object.
ElementKey The ElementKey property returns a key of the element of the MDM dictionary that depends on repository object.
ElementKeys The ElementKeys property returns an array of elements' keys of the MDM dictionary that depends on repository object.
ElementKeysCount The ElementKeysCount property returns the number of elements' keys of the MDM dictionary that depends on repository object.
ObjectKey The ObjectKey property returns a key of the repository object that depends on repository object.
ObjectKeys The ObjectKeys property returns an array of keys of object of the repository that depend on repository object.
ObjectKeysCount The ObjectKeysCount property returns the number of keys of objects of the repository that depend on repository object.

See also:

Metabase Assembly Interfaces