AppointmentCollection Methods
A collection of appointments.
Name | Description |
---|---|
Add |
Appends the specified Appointment object to the current collection. |
Add |
Adds a collection of appointments to the end of the collection. |
Are |
Checks if two specified appointments intersect. |
Begin |
Locks the Notification |
Calc |
Returns the time interval in which the occurrences of the specified pattern appointment take place. |
Cancel |
Unlocks the Notification |
Clear() |
Removes all objects from the DXCollection |
Contains |
Determines whether the collection contains the specified item.
Inherited from DXCollection |
Copy |
Copies all the elements from the DXCollection |
End |
Unlocks the Notification |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Find |
Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire DXCollection |
Find |
Finds all elements with a predicate match and returns them in a list collection.
Inherited from Appointment |
For |
Performs the specified action on each element of the DXCollection |
Get |
Gets the appointment by its identifier. |
Get |
Retrieves the collection of appointments that are in the specified time interval.
Inherited from Appointment |
Get |
Retrieves the collection of appointments that are in the specified time interval from the specified collection of appointments sorted by start dates.
Inherited from Appointment |
Get |
Returns an enumerator that iterates through the DXCollection |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Returns the zero-based index of the specified element in the collection.
Inherited from DXCollection |
Insert |
Inserts the specified element into the collection at the specified position.
Inherited from DXCollection |
Is |
Determines whether the appointment is already contained either in this Appointment |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Read |
Reads the settings of the appointments from the specified stream. |
Read |
Reads the settings of the appointments from the specified XML file. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified element from the collection.
Inherited from DXCollection |
Remove |
Removes the element at the specified index of the DXCollection |
Sort |
Sorts the elements in the entire DXCollection |
To |
Copies the DXCollection |
To |
Returns a string that represents the current object. Inherited from Object. |
Write |
Saves all the appointments within the collection to the specified stream. |
Write |
Saves all the appointments within the collection to an XML file. |
See Also