ISchedulerData
Provides access and information for manipulating data stores in a RadScheduler component.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public interface ISchedulerData
Derived Classes:
Properties
Methods
Returns the data store used to persist AppointmentBackgroundInfo instances.
ISchedulerStorage<IAppointmentBackgroundInfo> GetBackgroundStorage()
ISchedulerStorage<IAppointmentBackgroundInfo>
data store that contains the AppointmentBackgroundInfo instances.
Returns the data store used to persist event instances.
ISchedulerStorage<IEvent> GetEventStorage()
data store that contains the event instances.
Returns the data store used to persist AppointmentReminderInfo instances.
ISchedulerStorage<IAppointmentReminderInfo> GetReminderStorage()
ISchedulerStorage<IAppointmentReminderInfo>
data store that contains the AppointmentReminderInfo instances.
Returns the data store used to persist resource instances.
ISchedulerStorage<IResource> GetResourceStorage()
data store that contains the resource instances.
Returns the data store used to persist AppointmentStatusInfo instances.
ISchedulerStorage<IAppointmentStatusInfo> GetStatusStorage()
ISchedulerStorage<IAppointmentStatusInfo>
data store that contains the AppointmentStatusInfo instances.