Skip to main content

XPClassInfo.IsObjectLoading Property

OBSOLETE

Use session.IsObjectsLoading instead

Gets whether the object is currently being initialized.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[Obsolete("Use session.IsObjectsLoading instead", true)]
public bool IsObjectLoading { get; }

Property Value

Type Description
Boolean

true if the object is currently being initialized; otherwise, false.

Remarks

This member is obsolete. Use the XPClassInfo.GetObjectLoading method instead.

See Also