BootstrapAppointmentStatusCollection.Add Method
| Name | Parameters | Description |
|---|---|---|
| Add(AppointmentStatusType, String, String) | type, text, cssClass | Adds a new appointment status item with the specified settings to the collection. |
| Add(Object, AppointmentStatusType, String, String) | id, type, text, cssClass | Adds a new appointment status item with the specified settings to the collection. |
| Add(String, String) | text, cssClass | Adds a new appointment status item with the specified settings to the collection. |