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.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[ToolboxItemAttribute(false)]
[DesignerCategoryAttribute("Data")]
[DesignTimeVisibleAttribute(false)]
public class C1ScheduleStorage : Component, 
	ISite, IServiceProvider
Visual Basic
<ToolboxItemAttribute(False)> _
<DesignerCategoryAttribute("Data")> _
<DesignTimeVisibleAttribute(False)> _
Public Class C1ScheduleStorage _
	Inherits Component _
	Implements ISite, IServiceProvider

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      C1.C1Schedule..::..C1ScheduleStorage

See Also