The C1ScheduleStorage component handles all data operations for the scheduler control and contains specific data storages for appointments, resources, contacts, owners, labels and statuses, which are used for binding different collections to the data. The C1ScheduleStorage component also handles data importing and exporting to other scheduling formats such as binary, iCal, and XML.

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public class C1ScheduleStorage
Visual Basic
Public Class C1ScheduleStorage

Inheritance Hierarchy

System..::..Object
  C1.C1Schedule..::..C1ScheduleStorage

See Also