IMetabaseObjectDescriptor.IsDeferred

Syntax

IsDeferred: Boolean;

Description

The IsDeferred property returns whether the object uses deferred description loading.

Comments

Descriptions of objects for which the True value was set, are not loaded when entering in the repository. The objects are not displayed in the navigator of objects. To get description of those objects, instead of the IMetabaseObjectDescriptor.Children, IMetabaseObjectDescriptor.Dependencies, IMetabaseObjectDescriptor.Dependents properties it is required to use the IMetabaseObjectDescriptor.FetchChildren, IMetabaseObjectDescriptor.FetchDependencies and IMetabaseObjectDescriptor.FetchDependents methods.

The internal models of modeling container are the objects with deferred description loading.

See also:

IMetabaseObjectDescriptor