StateTrackable Enum
.NET Standard 2.x
An enumeration of tracked states. Each name constant specifies one or more model state(s) that can be tracked.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public enum StateTrackable;
Members
Member Name | Description |
---|---|
AllTracked | All tracked states. |
Modified | Only the Modified state. |
New | Only the New state. |
NewModified | Only the NewModified state. |
NewAndNewModified | The New and NewModified states. |
Deleted | Only the Deleted state. |