Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The MbElementDependencyTemplateClass class implements a dependencies template of repository object from elements of MDM dictionary.
Dependencies templates are used to search dependencies, create new ones or delete existing dependencies.
Class to get analog of the MbElementDependencyTemplateClass class:
MbElementDependencyTemplateClassClass;
Class to get analog of the MbElementDependencyTemplateClass class object:
None;
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 parameters of MDM dictionary. | |
CreateByElement | The CreateByElement constructor creates a new dependencies template in accordance with specified object parameters of MDM dictionary and dictionary element. | |
CreateByObject | The CreateByDictionary constructor creates a new dependencies template in accordance with parameters of repository object. |
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: