Table of Contents

Class StrongNestedGuidParentMap

Namespace
DevExpress.Xpo.Helpers
Assembly
DevExpress.Xpo.v24.1.dll
public class StrongNestedGuidParentMap : NestedGuidParentMap
Inheritance
StrongNestedGuidParentMap
Derived
Inherited Members

Constructors

StrongNestedGuidParentMap()

public StrongNestedGuidParentMap()

Methods

Add(object, Guid, bool)

public override void Add(object parent, Guid nestedGuid, bool hasValidKey)

Parameters

parent object
nestedGuid Guid
hasValidKey bool

GetNested(object)

public override Guid GetNested(object parent)

Parameters

parent object

Returns

Guid

GetParent(Guid)

public override object GetParent(Guid nestedGuid)

Parameters

nestedGuid Guid

Returns

object

KickOut(Guid)

public override void KickOut(Guid nestedGuid)

Parameters

nestedGuid Guid

KickOut(object)

public override void KickOut(object parent)

Parameters

parent object