Class TaskType
Value for field 'record_type' in table 'task'. Controls icons used in GUI This Enum is used by: Task.record_type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class TaskType : Enum
Fields
Appointment
1: The task is an appointment
Declaration
public const TaskType Appointment
Field Value
Type | Description |
---|---|
TaskType |
Document
2: The task is a document
Declaration
public const TaskType Document
Field Value
Type | Description |
---|---|
TaskType |
3: The task is an email
Declaration
public const TaskType Email
Field Value
Type | Description |
---|---|
TaskType |
Fax
4: The task is a fax
Declaration
public const TaskType Fax
Field Value
Type | Description |
---|---|
TaskType |
MailMergeDraft
7: Mail merge draft document
Declaration
public const TaskType MailMergeDraft
Field Value
Type | Description |
---|---|
TaskType |
MailMergeFinal
8: Merged result of mail merge
Declaration
public const TaskType MailMergeFinal
Field Value
Type | Description |
---|---|
TaskType |
Phone
5: The task is a phone call
Declaration
public const TaskType Phone
Field Value
Type | Description |
---|---|
TaskType |
Report
9: Saved report run
Declaration
public const TaskType Report
Field Value
Type | Description |
---|---|
TaskType |
SaintAll
10: All' choice for Saint, every activity is recorded under this type as well as the specific type. This is NOT an acceptable value for an individual activity
Declaration
public const TaskType SaintAll
Field Value
Type | Description |
---|---|
TaskType |
ToDo
6: The task is a To-do
Declaration
public const TaskType ToDo
Field Value
Type | Description |
---|---|
TaskType |
Unknown
0: This task is of an unknown/undecided type
Declaration
public const TaskType Unknown
Field Value
Type | Description |
---|---|
TaskType |
value__
Value for field 'record_type' in table 'task'. Controls icons used in GUI This Enum is used by: Task.record_type
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)