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