Add(AppointmentStatus)
|
Adds a new Status with specified settings to this AppointmentStatusDataStorage.
|
Add(Brush, String, String)
|
Adds a new Status with specified settings to this AppointmentStatusDataStorage.
|
Add(Color, String, String)
|
Adds a new Status with specified settings to this AppointmentStatusDataStorage.
|
Add(String, String)
|
Adds a new Status with specified settings to this AppointmentStatusDataStorage.
|
AddRange(IEnumerable<AppointmentStatus>)
|
Adds multiple Statuses to this AppointmentStatusDataStorage.
|
Clear()
|
Removes all Statuses from this AppointmentStatusDataStorage.
|
Contains(AppointmentStatus)
|
Returns whether this AppointmentStatusDataStorage contains the target AppointmentStatus.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetColumnNames()
|
Returns data field names that belong to this AppointmentStatusDataStorage‘s data source.
|
GetHashCode()
|
Serves as the default hash function.
|
GetObjectRow(AppointmentStatus)
|
Returns the data source record (row) associated with the specific Status.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ReloadData()
|
Forces the storage to reload data from the DataSource.
|
Remove(AppointmentStatus)
|
Removes the target AppointmentStatus from this AppointmentStatusDataStorage.
|
ToString()
|
Returns a string that represents the current object.
|