C1.Silverlight.Schedule.5 Assembly > C1.C1Schedule Namespace : AppointmentCollection Class |
For a list of all members of this type, see AppointmentCollection members.
Name | Description | |
---|---|---|
Add | Overloaded. Creates the new Appointment object with default settings and adds it to the collection. | |
AddRange | Overloaded. Overridden. Adds an array of Appointment objects to the collection. This methods clears collection before adding new items. Don't use it if you want to save previously existed items. | |
Clear | (Inherited from System.Collections.ObjectModel.Collection<Appointment>) | |
Contains | Overloaded. Check if collection contains an item with specified index. (Inherited from C1.C1Schedule.BaseCollection<Appointment>) | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<Appointment>) | |
GetConflicts | Retrieves the AppointmentList object which contains the list of occurrences of Appointment objects which are in conflict with the specified appointment. | |
GetOccurrences | Overloaded. Retrieves the AppointmentList object which contains the full list of Appointment objects in the specified time interval. | |
IndexOf | (Inherited from System.Collections.ObjectModel.Collection<Appointment>) | |
Insert | (Inherited from System.Collections.ObjectModel.Collection<Appointment>) | |
Remove | Overloaded. (Inherited from System.Collections.ObjectModel.KeyedCollection<Guid,Appointment>) | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<Appointment>) |