Click or drag to resize

PFFieldValueState Enumeration

State of change of a value in a data entry.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFFieldValueState
Members
  Member nameValueDescription
Empty0 Was empty in database and is still empty.
Modified1 Has been modified. Has a different value than the persisted one.
Unchanged2 Has not been modified since the load from the database.
See Also