SerializableObjectLayer.IsParentObjectToDelete(XPDictionaryStub, XPObjectStub) Method
In This Article
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 | XPDictionary |
An XPDictionary |
the |
XPObject |
An XPObject |
#Returns
Type | Description |
---|---|
Boolean | true if the object identified by the the |
See Also