Click or drag to resize

IObjectChangeUnitOfWork Interface

Defines what should provide a basic unit of work to accept or discard object changes.

Namespace:  TrackerDog.Patterns
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
public interface IObjectChangeUnitOfWork

The IObjectChangeUnitOfWork type exposes the following members.

Methods
  NameDescription
Public methodComplete
Accepts all pending changes.
Public methodDiscard
Discards all pending changes
Top
See Also