Class AppointmentDeleteAction
Delete action for a Booking, Assignment or Appointment to be deleted.
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class AppointmentDeleteAction : Enum
Fields
Appointment
The appointment record is a regular appointment
Declaration
public const AppointmentDeleteAction Appointment
Field Value
Type | Description |
---|---|
AppointmentDeleteAction |
Assignment
The appointment record is an Assignment
Declaration
public const AppointmentDeleteAction Assignment
Field Value
Type | Description |
---|---|
AppointmentDeleteAction |
ChildBooking
The appointment record is a Child booking.
Declaration
public const AppointmentDeleteAction ChildBooking
Field Value
Type | Description |
---|---|
AppointmentDeleteAction |
MainBooking
The appointment record is the Main booking
Declaration
public const AppointmentDeleteAction MainBooking
Field Value
Type | Description |
---|---|
AppointmentDeleteAction |
value__
Delete action for a Booking, Assignment or Appointment to be deleted.
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)