Click or drag to resize
AppointmentCollection Class
Inheritance Hierarchy
SystemObject
  System.Web.UIStateManagedCollection
    Kettic.AspNet.ControlsAppointmentCollection

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class AppointmentCollection : StateManagedCollection, 
	IEnumerable<Appointment>, IEnumerable

The AppointmentCollection type exposes the following members.

Constructors
Methods
  NameDescription
Public methodContains
Determines whether an element is in the AppointmentCollection.
Public methodCopyTo
Copies the entire AppointmentCollection to a compatible one-dimensional Array, starting at the specified index of the target array.
Public methodFindByID
Searches for an Appointment with the specified ID and returns a reference to it.
Public methodFindByRecurrenceParentID(Object)
Searches for all Appointments with the specified RecurrenceParentID and returns a generic IList containing them.
Public methodFindByRecurrenceParentID(Object, RecurrenceState)
Searches for all Appointments with the specified RecurrenceParentID and RecurrenceState.
Public methodGetAppointmentsEnclosingRange
Searches for all Appointments that are fully contained within the specified time range.
Public methodGetAppointmentsInRange
Searches for all Appointments that overlap with the specified time range and returns a generic IList containing them.
Public methodGetAppointmentsStartingInRange
Searches for all Appointments that start in the specified time range and returns a generic IList containing them.
Public methodGetEnumerator
Returns an enumerator for the entire AppointmentCollection.
Public methodIndexOf
Searches for the specified Appointment and returns the zero-based index of the first occurrence within the entire AppointmentCollection.
Public methodToArray
Copies the elements of the AppointmentCollection to a new Appointment array.
Top
Properties
  NameDescription
Public propertyItem
Gets or sets the Appointment at the specified index.
Top
See Also