Class PurgerObjectRecord
- Namespace
- DevExpress.Xpo.Helpers
- Assembly
- DevExpress.Xpo.v24.1.dll
public class PurgerObjectRecord
- Inheritance
-
PurgerObjectRecord
- Inherited Members
-
Constructors
public PurgerObjectRecord(Purger owner, XPClassInfo classInfo, object key)
Parameters
owner
Purger
classInfo
XPClassInfo
key
object
Fields
ClassInfo
public readonly XPClassInfo ClassInfo
Field Value
- XPClassInfo
Key
public readonly object Key
Field Value
- object
Owner
public readonly Purger Owner
Field Value
- Purger
Properties
IsReferredBy
public bool IsReferredBy { get; }
Property Value
- bool
ReferencedObjects
public IList<object> ReferencedObjects { get; }
Property Value
- IList<object>
ReferredByObjects
public IList<object> ReferredByObjects { get; }
Property Value
- IList<object>
Methods
ClearReferencedObjects()
public void ClearReferencedObjects()
ClearReferredByObjects()
public void ClearReferredByObjects()
GetUid()
public PurgerObjectUid GetUid()
Returns
- PurgerObjectUid