Click or drag to resize

DocumentIsLoaded Property

Gets a value indicating whether the associated data for this domain object is loaded.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override bool IsLoaded { get; }

Property Value

Type: Boolean
true if this instance data is loaded; otherwise, false.
Remarks
This property returns true when the "normal" data attributes are loaded for the domain object. This does not include any BLOB or other types of lazy-loading data attributes. The result is used for optimization purposes when mass preloading objects.
See Also