RowState Class |
Namespace: Aloe.SystemFrameworks.Domain.DataAccess
The RowState type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Added |
The row has been added after the last AcceptChanges
|
![]() ![]() | Deleted |
The row has been deleted after the last AcceptChanges
|
![]() ![]() | Detached |
The is row is just created, but is not yet added to the table.
Change events are not thrown.
Useful for loading, duplicating, etc.
|
![]() ![]() | Modified |
The row has been modified after the last AcceptChanges
|
![]() ![]() | Protected |
The row is unchanged, but it is protected from overwriting with refreshed data.
|
![]() ![]() | Unchanged |
The row has not been changed after the last AcceptChanges
|
![]() | value__ |
Name | Description | |
---|---|---|
![]() | ConvertToObjectState |
Converts valid row state to object state.
(Defined by RowStateExtensions.) |