Enum AppointmentDeleteAction
Delete action for a Booking, Assignment or Appointment to be deleted.
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public enum AppointmentDeleteAction
Fields
Name | Description |
---|---|
Appointment | The appointment record is a regular appointment |
Assignment | The appointment record is an Assignment |
ChildBooking | The appointment record is a Child booking. |
MainBooking | The appointment record is the Main booking |