PFFieldValueState Enumeration |
Namespace: Packflow.Core
public enum PFFieldValueState
Member name | Value | Description | |
---|---|---|---|
Empty | 0 | Was empty in database and is still empty. | |
Modified | 1 | Has been modified. Has a different value than the persisted one. | |
Unchanged | 2 | Has not been modified since the load from the database. |