Enum PrefDescValueType
Value for field 'valueType' in table 'prefdesc'. This Enum is used by: PrefDesc.valueType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.0.0")]
public enum PrefDescValueType : short
Fields
Name | Description |
---|---|
Bool | 3: Preference value is Boolean |
ContactID | 7: Preference value is a contact ID |
ListOfValues | 4: Preference value is a list of separate value |
ListTableRef | 5: Preference value is a record ID in the given MDO list table; maxValue contains the tablenumberø |
MultiLineText | 15: Multi-line text that preserves line breaks |
Number | 1: Preference value is a number |
Password | 14: Password, stored as plain text but shown with dots |
PersonID | 8: Preference value is a person ID |
PosSize | 11: Obsolete: Windows position and size |
ProjectID | 9: Preference value is a project ID |
SelectionID | 10: Preference value is a selection ID |
Text | 2: Preference value is a text (max len 99 characters) |
Time | 13: Time, preference value is 13:45:50 |
TimeList | 6: Preference value is a time, value is seconds since midnight (28800 = 08:00) |
TimeZone | 12: TimeZone location |
Unknown | 0: Unknown - used when initializing |