Class AppointmentStatus
Value for field 'status' in table 'appointment'. This Enum is used by: appointment.status
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class AppointmentStatus : Enum
Fields
Assignment
11: You are assigned this appointment (initial status, like Booking(5) )
Declaration
public const AppointmentStatus Assignment
Field Value
Type | Description |
---|---|
AppointmentStatus |
AssignmentDeclined
13: You have declined the appointment assigned to you
Declaration
public const AppointmentStatus AssignmentDeclined
Field Value
Type | Description |
---|---|
AppointmentStatus |
AssignmentSeen
12: You have seen the assignment, but not yet declined or accepted it
Declaration
public const AppointmentStatus AssignmentSeen
Field Value
Type | Description |
---|---|
AppointmentStatus |
Booking
5: Appointment is a booking invitation (initial status for a booking)
Declaration
public const AppointmentStatus Booking
Field Value
Type | Description |
---|---|
AppointmentStatus |
BookingDeclined
9: Appointment is a booking that has been seen and declined
Declaration
public const AppointmentStatus BookingDeclined
Field Value
Type | Description |
---|---|
AppointmentStatus |
BookingDeleted
10: Status of "child" appointment whose "mother" has been deleted (the meeting is cancelled)
Declaration
public const AppointmentStatus BookingDeleted
Field Value
Type | Description |
---|---|
AppointmentStatus |
BookingMoved
6: Appointment is a booking that has been moved since it was seen by the invitee
Declaration
public const AppointmentStatus BookingMoved
Field Value
Type | Description |
---|---|
AppointmentStatus |
BookingMovedSeen
8: Appointment is a booking that has been moved. The movement has been seen but neither accepted nor rejected
Declaration
public const AppointmentStatus BookingMovedSeen
Field Value
Type | Description |
---|---|
AppointmentStatus |
BookingSeen
7: Appointment is a booking and has been seen, but neither accepted nor rejected
Declaration
public const AppointmentStatus BookingSeen
Field Value
Type | Description |
---|---|
AppointmentStatus |
Completed
3: Appointment is completed
Declaration
public const AppointmentStatus Completed
Field Value
Type | Description |
---|---|
AppointmentStatus |
Hidden
4: Appointment is hidden
Declaration
public const AppointmentStatus Hidden
Field Value
Type | Description |
---|---|
AppointmentStatus |
NotStarted
1: Appointment has not been started
Declaration
public const AppointmentStatus NotStarted
Field Value
Type | Description |
---|---|
AppointmentStatus |
Started
2: Appointment has been started, but not completed
Declaration
public const AppointmentStatus Started
Field Value
Type | Description |
---|---|
AppointmentStatus |
UnknownOrPostIt
0: Appointment is not initialized or it is a Post-IT for users diary, used together with ApointmentType.Note only
Declaration
public const AppointmentStatus UnknownOrPostIt
Field Value
Type | Description |
---|---|
AppointmentStatus |
value__
Value for field 'status' in table 'appointment'. This Enum is used by: appointment.status
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |