Enum ActivityStatus
Completed status enum common to appointments, documents and sales
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum ActivityStatus
Fields
Name | Description |
---|---|
Completed | 3: 3: Appointment is completed |
NotStarted | 1: 1: Appointment has not been started |
Started | 2: 2: Appointment has been started, but not completed |
Unknown | 0: 0: Unknown - used when initializing |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.ActivityStatus, To>()