Back to Devexpress

ISerializableObjectLayerEx Methods

xpo-devexpress-dot-xpo-dot-iserializableobjectlayerex-dot-underscore-methods.md

latest2.6 KB
Original Source

ISerializableObjectLayerEx Methods

Defines additional members for object access layers created for units of work (or sessions) in distributed applications.

NameDescription
GetParentObjectsToDelete()When implemented by a class, returns information on persistent objects marked for deletion in parent sessions.
GetParentObjectsToSave()When implemented by a class, returns information on persistent objects marked for saving in parent sessions.
GetParentTouchedClassInfos()When implemented by a class, returns metadata information on persistent objects modified in parent sessions.
IsParentObjectToDelete(XPDictionaryStub, XPObjectStub)When implemented by a class, indicates if a specified object corresponds to a an object marked for deletion in parent sessions.
IsParentObjectToSave(XPDictionaryStub, XPObjectStub)When implemented by a class, indicates if a specified object corresponds to a an object marked for saving in parent sessions.
LoadDelayedProperties(XPDictionaryStub, XPObjectStub, String[])When implemented by a class, loads data to specific properties marked for delayed loading in a specified object.
LoadDelayedProperties(XPDictionaryStub, XPObjectStubCollection, String)When implemented by a class, loads data to a specific property marked for delayed loading in specified objects.

See Also

ISerializableObjectLayerEx Interface

ISerializableObjectLayerEx Members

DevExpress.Xpo Namespace