Class SnapshotAppointmentsSchedulerData
Inheritance
System.Object
SnapshotAppointmentsSchedulerData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class SnapshotAppointmentsSchedulerData : ISchedulerData
Constructors
SnapshotAppointmentsSchedulerData(RadScheduler, IEnumerable<IEvent>)
Declaration
public SnapshotAppointmentsSchedulerData(RadScheduler scheduler, IEnumerable<IEvent> appointments)
Parameters
RadScheduler
scheduler
|
System.Collections.Generic.IEnumerable<IEvent>
appointments
|
Properties
GroupType
Methods
GetBackgroundStorage()
Declaration
public ISchedulerStorage<IAppointmentBackgroundInfo> GetBackgroundStorage()
Returns
ISchedulerStorage<IAppointmentBackgroundInfo>
|
Implements
GetEventStorage()
Declaration
public ISchedulerStorage<IEvent> GetEventStorage()
Returns
ISchedulerStorage<IEvent>
|
Implements
GetReminderStorage()
Declaration
public ISchedulerStorage<IAppointmentReminderInfo> GetReminderStorage()
Returns
ISchedulerStorage<IAppointmentReminderInfo>
|
Implements
GetResourceStorage()
Declaration
public ISchedulerStorage<IResource> GetResourceStorage()
Returns
ISchedulerStorage<IResource>
|
Implements
GetStatusStorage()
Declaration
public ISchedulerStorage<IAppointmentStatusInfo> GetStatusStorage()
Returns
ISchedulerStorage<IAppointmentStatusInfo>
|