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