New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public class SnapshotAppointmentsSchedulerData : ISchedulerData

Inheritance: objectSnapshotAppointmentsSchedulerData

Implements: ISchedulerData

Constructors

C#
public SnapshotAppointmentsSchedulerData(RadScheduler scheduler, IEnumerable<IEvent> appointments)
Parameters:schedulerRadSchedulerappointmentsIEnumerable<IEvent>

Properties

Gets the type of grouping.

C#
public GroupType GroupType { get; }

Implements: ISchedulerData.GroupType

Methods

Returns the data store used to persist AppointmentBackgroundInfo instances.

C#
public ISchedulerStorage<IAppointmentBackgroundInfo> GetBackgroundStorage()
Returns:

ISchedulerStorage<IAppointmentBackgroundInfo>

data store that contains the AppointmentBackgroundInfo instances.

Implements: ISchedulerData.GetBackgroundStorage()

Returns the data store used to persist event instances.

C#
public ISchedulerStorage<IEvent> GetEventStorage()
Returns:

ISchedulerStorage<IEvent>

data store that contains the event instances.

Implements: ISchedulerData.GetEventStorage()

Returns the data store used to persist AppointmentReminderInfo instances.

C#
public ISchedulerStorage<IAppointmentReminderInfo> GetReminderStorage()
Returns:

ISchedulerStorage<IAppointmentReminderInfo>

data store that contains the AppointmentReminderInfo instances.

Implements: ISchedulerData.GetReminderStorage()

Returns the data store used to persist resource instances.

C#
public ISchedulerStorage<IResource> GetResourceStorage()
Returns:

ISchedulerStorage<IResource>

data store that contains the resource instances.

Implements: ISchedulerData.GetResourceStorage()

Returns the data store used to persist AppointmentStatusInfo instances.

C#
public ISchedulerStorage<IAppointmentStatusInfo> GetStatusStorage()
Returns:

ISchedulerStorage<IAppointmentStatusInfo>

data store that contains the AppointmentStatusInfo instances.

Implements: ISchedulerData.GetStatusStorage()