Skip to main content

SchedulerDataStorage Members

Holds data for a scheduler view.

Constructors

Name
SchedulerDataStorage()

Fields

Name Description
DataSourceProperty static Identifies the DataSource dependency property.
DefaultLabelColorsProperty static Identifies the DefaultLabelColors dependency property that stores colors the view uses for default labels.
TimeZoneProperty static Identifies the TimeZone dependency property.

Properties

Name Description
AppointmentItems Provides access to appointments in the scheduler.
DataSource Gets or sets the data source for the scheduler.
LabelItems Provides access to the collection of appointment labels.
StatusItems Provides access to the collection of appointment statuses.
TimeZone

Methods

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.

Events

Name Description
ItemPropertyChanged Fires when a scheduler item’s property changes.
ItemsCollectionChanged Fires when a scheduler item collection changes.
RemindersChanged
See Also