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