Add(AppointmentLabel)
|
Adds a specific Label to this AppointmentLabelDataStorage collection.
|
Add(SchedulerColorId, String, String)
|
Adds a new Label with specific settings to this AppointmentLabelDataStorage collection.
|
Add(Color, String, String)
|
Adds a new Label with specific settings to this AppointmentLabelDataStorage collection.
|
Add(String, String)
|
Adds a new Label with specific settings to this AppointmentLabelDataStorage collection.
|
AddRange(IEnumerable<AppointmentLabel>)
|
Adds a Label collection to this AppointmentLabelDataStorage.
|
Clear()
|
Removes all AppointmentLabelDataStorage Labels.
|
Contains(AppointmentLabel)
|
Identifies whether this AppointmentLabelDataStorage contains the required Label.
|
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 AppointmentLabelDataStorage‘s data source.
|
GetHashCode()
|
Serves as the default hash function.
|
GetObjectRow(AppointmentLabel)
|
Returns the data source record (row) associated with the specific Label.
|
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(AppointmentLabel)
|
Removes the specific Label from this AppointmentLabelDataStorage.
|
ToString()
|
Returns a string that represents the current object.
|