Assembly: Metabase;
The MbElementDependencyTemplateClass class implements a dependencies template of repository object from MDM dictionary elements.
Dependencies templates are used to search dependencies, create new ones or delete existing dependencies.
Constructor name | Brief description | |
Create | The Create constructor creates a new dependencies template in accordance with specified object parameters, MDM dictionary and dictionary element. | |
CreateByDictionary | The CreateByDictionary constructor creates a new dependencies template in accordance with MDM dictionary parameters. | |
CreateByElement | The CreateByElement constructor creates a new dependencies template in accordance with specified object parameters of MDM dictionary and dictionary element. | |
CreateByObject | The CreateByObject constructor creates a new dependencies template in accordance with repository object parameters. |
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: