SchedulerDataStorage Methods
Holds data for a scheduler view.| Name | Description |
|---|---|
| CreateAppointmentItem() | Creates a new AppointmentItem instance and adds it to the AppointmentItems collection. |
| CreateLabelItem() | Creates a new AppointmentLabelItem instance and adds it to the LabelItems collection. |
| CreateStatusItem() | Creates a new AppointmentStatusItem instance and adds it to the StatusItems collection. |
| FindAppointmentByReminder(Guid) | |
| GetAppointmentItemById(Object) | Returns an appointment with the specified identifier from the AppointmentItems collection. |
| GetAppointments(DateTimeRange) | Returns appointments within the specified date-time range. |
| GetExceptions(AppointmentItem) | Returns all exceptions to the specified pattern. |
| GetExceptions(Object) | Returns all exceptions to a pattern that use the recurrence info with the specified identifier. |
| GetLabelItemById(Object) | Returns a label with the specified identifier from the LabelItems collection. |
| GetNextReminders(Int32) | |
| GetOccurrenceOrException(AppointmentItem, Int32) | Returns an occurrence or exception under the specified recurrence index from the recurring chain the given pattern specifies. |
| GetOccurrenceOrException(Object, Int32) | Returns an occurrence or exception under the specified recurrence index from the recurring chain which the recurrence info with the given identifier specifies. |
| GetOccurrencesAndExceptions(AppointmentItem, DateTimeRange) | Returns all occurrences and exceptions to the specified pattern that are within the given date-time interval. |
| GetOccurrencesAndExceptions(Object, DateTimeRange) | Returns all occurrences and exceptions to a pattern that use the recurrence info with the specified identifier. |
| GetPattern(AppointmentItem) | Returns a pattern of the specified occurrence or exception. |
| GetPattern(Object) | Returns a pattern that utilizes recurrence information with the specified identifier. |
| GetStatusItemById(Object) | Returns a status with the specified identifier from the StatusItems collection. |
| RefreshData() | Reloads all scheduler items from the data source. |
| RefreshData(RefreshDataKind) | Reloads scheduler items of the specified kind from the data source. |
| RemoveAppointment(AppointmentItem) | Removes the specified appointment from the AppointmentItems collection. |
See Also