Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The MbElementDependentTemplateClass class implements a dependencies template of MDM dictionary objects and elements from repository objects.
Dependencies templates are used to search dependencies, create new ones or delete existing dependencies.
Class to get analog of the MbElementDependentTemplateClass class:
None;
Class to get analog of the MbElementDependentTemplateClass class object:
MbElementDependentTemplateClassClass;
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 CreateByObject constructor creates a new dependencies template in accordance with parameters of repository object. |
Property name | Brief description | |
DictionaryKey | The DictionaryKey property returns a key of the MDM dictionary that depends on repository object. | |
ElementKey | The ElementKey property returns a key of the element of the MDM dictionary that depends on repository object. | |
ElementKeys | The ElementKeys property returns an array of elements' keys of the MDM dictionary that depends on repository object. | |
ElementKeysCount | The ElementKeysCount property returns the number of elements' keys of the MDM dictionary that depends on repository object. | |
ObjectKey | The ObjectKey property returns a key of the repository object that depends on repository object. | |
ObjectKeys | The ObjectKeys property returns an array of keys of object of the repository that depend on repository object. | |
ObjectKeysCount | The ObjectKeysCount property returns the number of keys of objects of the repository that depend on repository object. |
See also: