Add(Appointment)
|
Appends the specified Appointment object to the current collection.
|
AddRange(ICollection)
|
Adds a collection of appointments to the end of the collection.
|
AreIntersecting(Appointment, Appointment)
static
|
Checks if the two specified appointments intersect.
|
BeginUpdate()
|
Locks the NotificationCollection<T>, preventing change notifications (and visual updates) from being raised by the object until the EndUpdate or CancelUpdate method is called.
|
CalcPatternInterval(Appointment)
static
|
Returns the time interval that encompasses occurrences of the specified pattern appointment.
|
CancelUpdate()
|
Unlocks the NotificationCollection<T> object after it has been locked by the BeginUpdate method, without causing an immediate visual update.
|
Clear()
|
Removes all objects from the DXCollectionBase<T> instance.
|
CopyTo(T[], Int32)
|
Copies all the elements from the DXCollectionBase<T> instance to a one-dimensional array, starting at the specified index of the target array.
|
EndUpdate()
|
Unlocks the NotificationCollection<T> object after a call to the BeginUpdate method and causes an immediate visual update.
|
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.
|
Find(Predicate<T>)
|
Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire DXCollectionBase<T>.
|
FindAll(Predicate<Appointment>)
|
Finds all elements with a predicate match and returns them in a list collection.
|
ForEach(Action<T>)
|
Performs the specified action on each element of the DXCollectionBase<T>.
|
GetAppointmentById(Object)
|
Gets the appointment by its identifier.
|
GetAppointments(TimeInterval)
|
Retrieves the collection of appointments that are in the specified time interval.
|
GetAppointmentsFromSortedCollection(AppointmentBaseCollection, TimeInterval)
static
|
Retrieves the collection of appointments that are in the specified time interval from the specified collection of appointments sorted by start dates.
|
GetConflicts(Appointment, TimeInterval)
|
Obsolete. Returns a collection of appointments which overlap the specified appointment within the specified time interval and use the same resource.
|
GetEnumerator()
|
Returns an enumerator that iterates through the DXCollectionBase<T> instance.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
Insert(Int32, T)
|
Inserts the specified element into the collection at the specified position.
|
IsIntersecting(TimeInterval, Resource)
|
Obsolete. Obsolete. Always returns false.
|
IsNewAppointment(Appointment)
|
Determines whether the appointment is new, so that it is not an occurrence, and the current AppointmentCollection collection does not contain it.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReadXml(Stream)
|
Reads the settings of the appointments from the specified stream.
|
ReadXml(String)
|
Reads the settings of the appointments from the specified XML file.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
Remove(T)
|
Removes the specified element from the collection.
|
RemoveAt(Int32)
|
Removes the element at the specified index of the DXCollectionBase<T> instance.
|
ToArray()
|
Copies the DXCollectionBase<T> elements to a new array.
|
ToString()
|
Returns a string that represents the current object.
|
WriteXml(Stream)
|
Saves all the appointments within the collection to the specified stream.
|
WriteXml(String)
|
Saves all the appointments within the collection to an XML file.
|