Skip to main content
A newer version of this page is available. .

AppointmentStatus Constructors

Appointment’s availability status.
Name Parameters Description
AppointmentStatus() none Obsolete. Initializes a new instance of the AppointmentStatus class with the default settings.
AppointmentStatus(AppointmentStatusType, Color, String, String) type, color, displayName, menuCaption Obsolete. Initializes a new instance of the AppointmentStatus class with the specified type, color, display name and menu caption.
AppointmentStatus(AppointmentStatusType, Color, String) type, color, displayName Obsolete. Initializes a new instance of the AppointmentStatus class with the specified type, color and display name.
AppointmentStatus(AppointmentStatusType, String, String) type, displayName, menuCaption Obsolete. Initializes new instance of the AppointmentStatus class with the specified settings.
AppointmentStatus(AppointmentStatusType, String) type, displayName Obsolete. Initializes new instance of the AppointmentStatus class with the specified settings.
See Also