|
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
Public Interface IObjectChangeUnitOfWork
The IObjectChangeUnitOfWork type exposes the following members.
Methods
| Name | Description |
---|
| Complete |
Accepts all pending changes.
|
| Discard |
Discards all pending changes
|
TopSee Also