Class BookingType
The type of booking the appointment represents
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class BookingType : Enum
Fields
None
1: 1: Single appointment records
Declaration
public const BookingType None
Field Value
Type | Description |
---|---|
BookingType |
Owner
2: 2: Owner of a booking
Declaration
public const BookingType Owner
Field Value
Type | Description |
---|---|
BookingType |
Participant
3: 3: Participant of a booking
Declaration
public const BookingType Participant
Field Value
Type | Description |
---|---|
BookingType |
Unknown
0: 0: Unknown - used when initializing
Declaration
public const BookingType Unknown
Field Value
Type | Description |
---|---|
BookingType |
value__
The type of booking the appointment represents
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)