The C1WebScheduleStorage implements all data operations for the C1WebSchedule control. It does all the background work required by the scheduling application. It contains specific data storages for appointments, resources, contacts, Labels and statuses, which are intended for binding different schedule views and collections to the data. Also it implements data export and import to other scheduling applications and formats.

Namespace:  C1.Web.UI.Controls.C1Schedule.C1WebDataStorage
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public class C1WebScheduleStorage : IStateManager
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public Class C1WebScheduleStorage _
	Implements IStateManager

Inheritance Hierarchy

System..::..Object
  C1.Web.UI.Controls.C1Schedule.C1WebDataStorage..::..C1WebScheduleStorage

See Also