Class NestedGuidParentMap
- Namespace
- DevExpress.Xpo.Helpers
- Assembly
- DevExpress.Xpo.v24.1.dll
public abstract class NestedGuidParentMap
- Inheritance
-
NestedGuidParentMap
- Derived
-
- Inherited Members
-
Constructors
NestedGuidParentMap()
protected NestedGuidParentMap()
Methods
Add(object, Guid, bool)
public abstract void Add(object parent, Guid nestedGuid, bool hasValidKey)
Parameters
parent
object
nestedGuid
Guid
hasValidKey
bool
GetNested(object)
public abstract Guid GetNested(object parent)
Parameters
parent
object
Returns
- Guid
GetParent(Guid)
public abstract object GetParent(Guid nestedGuid)
Parameters
nestedGuid
Guid
Returns
- object
KickOut(Guid)
public abstract void KickOut(Guid nestedGuid)
Parameters
nestedGuid
Guid
KickOut(object)
public abstract void KickOut(object parent)
Parameters
parent
object