名前 | 解説 | |
---|---|---|
![]() | Add | オーバーロードされます。 Creates the new Appointment object with default settings and adds it to the collection. |
![]() | AddRange | オーバーロードされます。 オーバーライドされます。 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 | System.Collections.ObjectModel.Collection<TItem>から継承されます。 |
![]() | Contains | オーバーロードされます。 Check if collection contains an item with specified index. C1.Schedule.BaseCollection<Appointment>から継承されます。 |
![]() | CopyTo | 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 | オーバーロードされます。 Retrieves the AppointmentList object which contains the full list of Appointment objects in the specified time interval. |
![]() | IndexOf | System.Collections.ObjectModel.Collection<TItem>から継承されます。 |
![]() | Insert | System.Collections.ObjectModel.Collection<TItem>から継承されます。 |
![]() | RefreshData | オーバーロードされます。 Clears collection of days and fills them again honoring changes in system time, appointment collection or appointment properties. |
![]() | Remove | オーバーロードされます。 System.Collections.ObjectModel.KeyedCollection<TKey,TItem>から継承されます。 |
![]() | RemoveAt | System.Collections.ObjectModel.Collection<TItem>から継承されます。 |