Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SerializableObjectLayer.IsParentObjectToSave(XPDictionaryStub, XPObjectStub) Method

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public bool IsParentObjectToSave(
    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 saving in parent sessions; otherwise, false.

See Also