ObjectState Class |
Namespace: Aloe.SystemFrameworks.Domain
The ObjectState type exposes the following members.
| Name | Description | |
|---|---|---|
| Added |
The object has been added to the transaction and the transaction is still uncommitted
| |
| Deleted |
The object has been marked for deletion in the transaction
| |
| Modified |
The object has been modified after the last transaction commit
| |
| Unchanged |
The object has not been changed after the last transaction commit
| |
| value__ |