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

ISerializableObjectLayerEx Members

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

Methods

Name Description
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