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<TItem>) |
![]() | Contains | Overloaded. Check if collection contains an item with specified index. (Inherited from C1.C1Schedule.BaseCollection<Appointment>) |
![]() | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![]() | 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<TItem>) |
![]() | Insert | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![]() | Remove | Overloaded. (Inherited from System.Collections.ObjectModel.KeyedCollection<TKey,TItem>) |
![]() | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |