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

AppointmentStatus Members

Appointment’s availability status.

Constructors

Name Description
AppointmentStatus() Obsolete. Initializes a new instance of the AppointmentStatus class with the default settings.
AppointmentStatus(AppointmentStatusType, Color, String, String) Obsolete. Initializes a new instance of the AppointmentStatus class with the specified type, color, display name and menu caption.
AppointmentStatus(AppointmentStatusType, Color, String) Obsolete. Initializes a new instance of the AppointmentStatus class with the specified type, color and display name.
AppointmentStatus(AppointmentStatusType, String, String) Obsolete. Initializes new instance of the AppointmentStatus class with the specified settings.
AppointmentStatus(AppointmentStatusType, String) Obsolete. Initializes new instance of the AppointmentStatus class with the specified settings.

Properties

Name Description
Brush Gets or sets the brush used to visualize the status.
Color Obsolete. Extracts color from the Brush object of the AppointmentStatus.Brush property or creates a new SolidBrush with the specified color and assigns it to the AppointmentStatus.Brush property.
DisplayName Gets or sets the text which identifies an element. Inherited from UserInterfaceObject.
Empty static Obtains a special empty appointment status, which is a status of undefined type.
Id Gets the unique identifier of the user interface object instance. Inherited from UserInterfaceObject.
MenuCaption Gets or sets the element’s menu caption. Inherited from UserInterfaceObject.
Type Gets or sets the type of the appointment status.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current UserInterfaceObject instance. Inherited from UserInterfaceObject.
GetHashCode() Gets the hash code (a number) that corresponds to the value of the current UserInterfaceObject object. Inherited from UserInterfaceObject.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ResetBrush() Sets the AppointmentStatus.Brush property to its default value.
SetBrush(Brush) Gets the brush used to visualize the appointment status.
ShouldSerializeBrush() Used by Visual Studio Designer to check whether the AppointmentStatus.Brush property has changed from its default value.
ToString() Returns the element’s textual representation. Inherited from UserInterfaceObject.

Events

Name Description
PropertyChanged Occurs when a property value changes. Inherited from UserInterfaceObject.
See Also