ClassSnapshotAppointmentsSchedulerData
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public class SnapshotAppointmentsSchedulerData : ISchedulerData
Inheritance: objectSnapshotAppointmentsSchedulerData
Implements:
Constructors
SnapshotAppointmentsSchedulerData(RadScheduler, IEnumerable<IEvent>)
Declaration
public SnapshotAppointmentsSchedulerData(RadScheduler scheduler, IEnumerable<IEvent> appointments)
Parameters
scheduler
appointments
IEnumerable<IEvent>
Properties
Methods
GetBackgroundStorage()
Returns the data store used to persist AppointmentBackgroundInfo instances.
Declaration
public ISchedulerStorage<IAppointmentBackgroundInfo> GetBackgroundStorage()
Returns
ISchedulerStorage<IAppointmentBackgroundInfo>
data store that contains the AppointmentBackgroundInfo instances.
Implements
GetEventStorage()
Returns the data store used to persist event instances.
Declaration
public ISchedulerStorage<IEvent> GetEventStorage()
Returns
data store that contains the event instances.
Implements
GetReminderStorage()
Returns the data store used to persist AppointmentReminderInfo instances.
Declaration
public ISchedulerStorage<IAppointmentReminderInfo> GetReminderStorage()
Returns
ISchedulerStorage<IAppointmentReminderInfo>
data store that contains the AppointmentReminderInfo instances.
Implements
GetResourceStorage()
Returns the data store used to persist resource instances.
Declaration
public ISchedulerStorage<IResource> GetResourceStorage()
Returns
data store that contains the resource instances.
Implements
GetStatusStorage()
Returns the data store used to persist AppointmentStatusInfo instances.
Declaration
public ISchedulerStorage<IAppointmentStatusInfo> GetStatusStorage()
Returns
ISchedulerStorage<IAppointmentStatusInfo>
data store that contains the AppointmentStatusInfo instances.
Implements