Back to Devexpress

IObjectLayerOnSession Members

xpo-devexpress-dot-xpo-dot-iobjectlayeronsession-dot-underscore-members.md

latest1.9 KB
Original Source

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

NameDescription
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

IObjectLayerOnSession Interface

DevExpress.Xpo Namespace