Enum TaskDirection
Value for field 'direction' in table 'task'. Controls icons used in GUI This Enum is used by: Task.direction
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum TaskDirection : short
Fields
Name | Description |
---|---|
Incoming | 1: The task is sent in to SuperOffice CRM 5 |
Outgoing | 2: The task is sent out from SuperOffice CRM 5 |
SaintAll | 3: All' choice for Saint. This is NOT an acceptable value for a task definition, but is used by the Saint system for indexing all directions |
Unknown | 0: Unknown - used when initializing |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.TaskDirection, To>()