Table of Contents

Class WeakNestedGuidParentMap

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

Constructors

WeakNestedGuidParentMap()

public WeakNestedGuidParentMap()

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