Skip to main content
A newer version of this page is available. .

IObjectLayerOnSession Methods

Defines methods for object access layers created for nested units of work and units of work (or sessions) created in client applications based on ISerializableObjectLayerEx implementations.
Name Description
GetParentObjectsToDelete(Session) When implemented by a class, returns a collection of objects marked for deletion in parent sessions.
GetParentObjectsToSave(Session) When implemented by a class, returns a collection of objects marked for saving in parent sessions.
GetParentTouchedClassInfos(Session) When implemented by a class, returns the metadata of objects modified in parent sessions relative to a specified session.
IsParentObjectToDelete(Session, Object) When implemented by a class, indicates if a specified object corresponds to a an object marked for deletion in parent sessions.
IsParentObjectToSave(Session, Object) When implemented by a class, indicates if a specified object corresponds to a an object marked for saving in parent sessions.
See Also