FieldType Enumeration | |
FieldType Enumeration
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax public enum class FieldType
PSI.Sox.FieldType = function();
PSI.Sox.FieldType.createEnum('PSI.Sox.FieldType', false);
Members
| Member name | Value | Description |
---|
| None | 0 |
FieldType None
|
| Textbox | 1 |
FieldType Textbox
|
| TextboxNumeric | 2 |
FieldType TextboxNumeric
|
| TextboxDecimal | 3 |
FieldType TextboxDecimal
|
| Boolean | 4 |
FieldType Boolean
|
| Date | 5 |
FieldType Date
|
| Dropdown | 6 |
FieldType Dropdown
|
| Multiselect | 7 |
FieldType Multiselect
|
| FlagEnum | 8 |
FieldType FlagEnum
|
See Also