AppointmentCollection Class |
Namespace: Kettic.AspNet.Controls
The AppointmentCollection type exposes the following members.
Name | Description | |
---|---|---|
AppointmentCollection |
Creates an empty AppointmentCollection.
| |
AppointmentCollection(IEnumerableAppointment) |
Creates an AppointmentCollection
and populates it with Appointment objects.
|
Name | Description | |
---|---|---|
Contains |
Determines whether an element is in the AppointmentCollection.
| |
CopyTo |
Copies the entire AppointmentCollection to a compatible one-dimensional Array,
starting at the specified index of the target array.
| |
FindByID |
Searches for an Appointment with the specified ID and returns a reference to it.
| |
FindByRecurrenceParentID(Object) |
Searches for all Appointments with the specified RecurrenceParentID
and returns a generic IList containing them.
| |
FindByRecurrenceParentID(Object, RecurrenceState) | ||
GetAppointmentsEnclosingRange |
Searches for all Appointments that
are fully contained within the specified time range.
| |
GetAppointmentsInRange |
Searches for all Appointments that
overlap with the specified time range and returns a generic IList containing them.
| |
GetAppointmentsStartingInRange |
Searches for all Appointments that
start in the specified time range and returns a generic IList containing them.
| |
GetEnumerator |
Returns an enumerator for the entire AppointmentCollection.
| |
IndexOf |
Searches for the specified Appointment and returns the zero-based index of the
first occurrence within the entire AppointmentCollection.
| |
ToArray |
Copies the elements of the AppointmentCollection
to a new Appointment array.
|
Name | Description | |
---|---|---|
Item |
Gets or sets the Appointment at the specified index.
|