Create(ObjectKey: Integer; DictionaryKey: Integer; ElementKey: Integer);
Create(ObjectKey: uinteger; DictionaryKey: uinteger; ElementKey: integer);
ObjectKey. Repository object key.
DictionaryKey. MDM dictionary key.
ElementKey. MDM dictionary element key.
The Create constructor creates a new dependencies template in accordance with specified object parameters, MDM dictionary and dictionary element.
To create a new dependencies template in accordance with the specified MDM dictionary parameters and dictionary element, use the MbElementDependentTemplateClass.CreateByElement constructor.
The constructor use is given in the example for MbElementDependentTemplateClass.CreateByDictionary.
See also: