EUDefFieldType Enumeration |
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxpublic enum EUDefFieldType
Public Enumeration EUDefFieldType
Dim instance As EUDefFieldType
public enum class EUDefFieldType
Members
| Member name | Value | Description |
---|
| enUDFTFixedText | 0 | Fixed text |
| enUDFTNumericEdit | 1 | Number field |
| enUDFTShortTextEdit | 2 | Short text |
| enUDFTLongTextEdit | 3 | Long text |
| enUDFTDateEdit | 4 | Date between 1970 and 2036, saved as seconds |
| enUDFTUnlimitedDateEdit | 5 | Unlimited date |
| enUDFTCheckBox | 6 | Checkbox |
| enUDFTListBox | 7 | Value is a list id |
| enUDFTFloat | 8 | actually double - that's 80 bits IEEE floating point |
| enUDFTAmount | 9 | maps to float in the database for the time being, but formatted like money |
| enUDFTFileList | 10 | list of files from a given directory, maps to long string |
| enUDFTContactId | 11 | maps to longid |
| enUDFTPersonId | 12 | maps to longid |
| enUDFTProjectId | 13 | maps to longid |
| enUDFTSelectionId | 14 | maps to longid |
| enUDFTAppointmentId | 15 | maps to longid |
| enUDFTSaleId | 16 | maps to longid |
| enUDFTDocumentId | 17 | maps to longid |
| enUDFTNone | 18 | maps to longid |
See Also