Skip to main content
.NET 6.0+

IObjectLayerOnSession Members

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.

Methods

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