Enum ChangeState
Enumerates the entity change state.
Namespace: Kephas.Data.Capabilities
Assembly: Kephas.Data.dll
Syntax
public enum ChangeState
Fields
| Name | Description |
|---|---|
| Added | The entity is added. |
| AddedOrChanged | The entity is added or updated. |
| Changed | The entity is changed. |
| Deleted | The entity is deleted. |
| NotChanged | The entity is not changed. |