IMetabaseObjectDescriptor.ElementDependents

Syntax

ElementDependents: IMbElementDependents;

ElementDependents: Prognoz.Platform.Interop.Metabase.IMbElementDependents;

Description

The ElementDependents property returns links to repository objects.

Comments

To get a collection of descriptions of the repository objects, on which this object depends, use the IMetabaseObjectDescriptor.Dependencies property.

Examples

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

See also:

IMetabaseObjectDescriptor