IMbElementDependents.Add

Fore Syntax

Add(Value: IMbElementDependentTemplate): Integer;

Fore.NET Syntax

Add(Value: Prognoz.Platform.Interop.Metabase.MbElementDependentTemplateClass): integer;

Parameters

Value. Template of dependencies of MDM dictionary elements from repository objects.

Description

The Add method adds a dependency record of MDM dictionary elements from repository objects to collection.

Comments

To get value of dependency record of MDM dictionary elements from repository objects by its index, use the IMbElementDependents.Item property.

Fore and Fore.NET Examples

The constructor use is given in the example for MbElementDependentTemplateClass.CreateByDictionary.

See also:

IMbElementDependents