FieldType Enumeration
Field Type.
Syntax
public enum FieldType : System.Enum 
Members
MemberDescription
Booleantrue or false
CascadeSelectionTwo lists that support single selection in each. Value of second list is filtered according to value in first list.
DateDate
MultipleSelectionList that supports multiple selection
NumericNumber
RadioButtonsRadio buttons
SingleSelectionList that supports only one selection
TextText field
TextAreaText box
TreeListTree List
UnknownUnknown type
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.Sprinter.DefectTrackingSystemAPI.FieldType

See Also