PropertyState Enum
.NET Standard 2.x
Specifies the tracked state of the value for a property in the model since it was retrieved.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public enum PropertyState;
Fields
Name | Description |
---|---|
NotModified | The value is unchanged from what was retrieved. |
Modified | The value has changed since it was retrieved. |