Add(AppointmentStatusType, String, String, Brush)
|
type, displayName, menuCaption, brush
|
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.
|
Add(Color, String, String)
|
color, displayName, menuCaption
|
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.
|