Skip to main content
.NET Framework 4.6.2+

SerializableObjectLayer.IsParentObjectToDelete(XPDictionaryStub, XPObjectStub) Method

Performs object layer specific operations that are required to determine if a specified object corresponds to an object marked for deletion in parent sessions.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

#Declaration

public bool IsParentObjectToDelete(
    XPDictionaryStub dictionary,
    XPObjectStub theObject
)

#Parameters

Name Type Description
dictionary XPDictionaryStub

An XPDictionaryStub object that is a metadata information provider.

theObject XPObjectStub

An XPObjectStub instance identifying an object layer session’s object to test.

#Returns

Type Description
Boolean

true if the object identified by the theObject corresponds to one of the objects marked for deletion in parent sessions; otherwise, false.

See Also