Click or drag to resize

PFFieldType Enumeration

Identifies the type of a field. This allows to check the type of a field without the "is" keyword.

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 PFFieldType
Members
  Member nameValueDescription
Text0 PFFieldText.
Note1 PFFieldNote.
Numeric2 PFFieldNumeric.
Boolean3 PFFieldBoolean.
DateTime4 PFFieldDatetime.
Choice5 PFFieldChoice.
FileHolder6 PFFieldFileHolder.
Url7 PFFieldUrl.
User8 PFFieldUser.
Custom9 CURRENTLY NOT IN USER.
Unknown10 Not yet defined.
See Also