AppointmentStatusCollection.Add Method
Name | Parameters | Description |
---|---|---|
Add(AppointmentStatusType, String, String, Brush) | type, displayName, menuCaption, brush | Creates a status with the specified settings and adds it to the collection. |
Add(AppointmentStatusType, String, String, Color) | type, displayName, menuCaption, color | Creates a status with the specified settings and adds it to the collection. |
Add(Color, String) | color, displayName | Creates a new status with the specified settings and adds it to the collection of appointment statuses. |
Add(Color, String, String) | color, displayName, menuCaption | Creates a status with the specified settings and adds it to the collection. |
Add(Object, AppointmentStatusType, String, String, Brush) | id, type, displayName, menuCaption, brush | Creates a new status with the specified settings and adds it to the collection of appointment statuses. |
Feedback