Interface IChangeStateTrackable
Contract for an entity's ability of being tracked with respect to its change state.
Namespace: Kephas.Data.Capabilities
Assembly: Kephas.Data.dll
Syntax
public interface IChangeStateTrackable
Properties
| Improve this Doc View SourceChangeState
Gets or sets the change state of the entity.
Declaration
ChangeState ChangeState { get; set; }
Property Value
Type | Description |
---|---|
ChangeState | The change state. |