DataGridDataTypes Enumeration | |
Declaring the datatype for the user interface
Namespace:
SOWIData.Management
Assembly:
SOWIData.Management (in SOWIData.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public enum DataGridDataTypes
Public Enumeration DataGridDataTypes
Members
| Member name | Value | Description |
---|
| None | 0 |
No definition
|
| String | 1 |
Data display as one line
|
| Text | 2 |
Data display as multiline text
|
| GUID | 3 |
Globally Unique Identifier
|
| Integer | 4 |
Number as integer
|
| Double | 5 |
Number as floating-point format
|
| Boolean | 6 |
Boolean value drawn as checkbox
|
| Switch | 7 |
Boolean value drawn as switch
|
| DateTime | 8 |
Date and time value
|
| Date | 9 |
Date value
|
| Month | 10 |
Month value
|
| Week | 11 |
Week value
|
| Time | 12 |
Time value
|
| Password | 13 |
Password value
|
| Email | 14 |
Email address value
|
| URL | 15 |
URL value
|
| Search | 16 |
Search value
|
| Tel | 17 |
Phone value
|
| Color | 18 |
Color value
|
| Enumeration | 19 |
Field is associated with an enumeration
|
| List | 20 |
Field is associated with a list
|
| Byte | 21 |
Represents a data type of byte into HTML
|
| Image | 22 |
Display a image from a data type of byte into HTML
|
See Also