Interface ITrackable
Namespace: Simplic.Change.Tracking
Assembly: Simplic.Change.Tracking.dll
Syntax
public interface ITrackable
Properties
| Improve this Doc View SourceCrudType
Gets or sets the crud type - 0 = insert, 1 = update, 2 = delete
Declaration
CrudType CrudType { get; set; }
Property Value
Type | Description |
---|---|
CrudType |
IsTrackable
Gets and sets the state if the poco is trackable
Declaration
bool IsTrackable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Snapshot
Gets or sets the snapshot
Declaration
object Snapshot { get; set; }
Property Value
Type | Description |
---|---|
System.Object |