Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IMbElementDependency interface contains properties used to work with a record about object dependency from elements of MDM dictionary.
IMbElementDependency
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. |
Property name | Brief description | |
DictionaryKey | The DictionaryKey property determines a key of the MDM dictionary which processes depending on the dictionary's elements. | |
ElementKey | The ElementKey property determines the 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: