Skip to main content
A newer version of this page is available. .

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.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
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.
GetHashCode() Serves as the default hash function. Inherited from Object.
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.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
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.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

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