Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IMbElementDependencyTemplate interface contains properties used to work with templates in accordance to which objects dependencies are selected.
IMbElementDependencyTemplate
To create a template, constructors of the MbElementDependencyTemplateClass class are used.
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: