The AppointmentStorage is the storage for Appointment objects. It allows binding to the data source and mapping data source fields to the appointment properties.

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

Syntax

C#
public class AppointmentStorage : BaseStorage<Appointment, AppointmentMappingCollection>
Visual Basic
Public Class AppointmentStorage _
	Inherits BaseStorage(Of Appointment, AppointmentMappingCollection)

Inheritance Hierarchy

See Also