AppointmentStatus Constructors
An appointment’s availability status.| Name | Parameters | Description |
|---|---|---|
| AppointmentStatus() | none | Initializes a new instance of the AppointmentStatus class with default settings. |
| AppointmentStatus(AppointmentStatusType, String, String) | type, displayName, menuCaption | Obsolete. Initializes a new instance of the AppointmentStatus class with the specified settings. |
| AppointmentStatus(AppointmentStatusType, String) | type, displayName | Obsolete. Initializes a new instance of the AppointmentStatus class with the specified settings. |
| AppointmentStatus(AppointmentStatusType, Color, String, String) | type, color, displayName, menuCaption | Obsolete. Initializes a new instance of the AppointmentStatus class with the specified settings. |
| AppointmentStatus(AppointmentStatusType, Color, String) | type, color, displayName | Obsolete. Initializes a new instance of the AppointmentStatus class with the specified settings. |
See Also