Skip to main content

AppointmentStatus Constructors

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