[]
The Status class represents an availability status for the Appointment object.
public class Status : BaseObject, INotifyPropertyChanged, ISerializable
| Name | Description |
|---|---|
| Status() | Creates the new custom Status object with default parameters. |
| Status(StatusTypeEnum) | Creates a new instance of the Status class and initializes it with the specified type. |
| Status(StatusTypeEnum, CultureInfo) | Creates a new instance of the Status class and initializes it with the specified type. |
| Status(Color, string, string) | Creates the new custom Status object with specified color, text and menu caption. |
| Status(Color, string, string, C1Brush) | Creates the new custom Status object with specified parameters. |
| Status(Guid) | Initializes a new instance of the Status class with the specified key. |
| Status(int) | Initializes a new instance of the Status class with the specified key. |
| Status(SerializationInfo, StreamingContext) | Special constructor for deserialization. |
| Status(string) | Creates a new instance of the custom Status object with the specified text. |
| Status(string, string) | Creates the new custom Status object with specified text and menu caption. |
| Name | Description |
|---|---|
| StatusType | Gets the StatusTypeEnum value determining the type of the status. |