Enum BookingType
The type of booking the appointment represents
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum BookingType
Fields
Name | Description |
---|---|
None | 1: 1: Single appointment records |
Owner | 2: 2: Owner of a booking |
Participant | 3: 3: Participant of a booking |
Unknown | 0: 0: Unknown - used when initializing |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.BookingType, To>()