IsDeferred: Boolean;
The IsDeferred property returns whether the object uses deferred description loading.
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. The FetchChildren, FetchDependencies and FetchDependents methods should be used to receive description of these objects instead of the Children, Dependencies, Dependents, respectively.
The internal models of modeling container are the objects with lazy description loading.
See also: