Assembly: Metabase;
The IMbElementDependencyTemplate interface contains properties that are 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, 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: