IMetabaseObjectDescriptor.ElementDependents

Fore Syntax

ElementDependents: IMbElementDependents;

Fore.NET Syntax

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.

Fore and Fore.NET Examples

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

See also:

IMetabaseObjectDescriptor