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.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public class AppointmentStorage : BaseStorage<Appointment, AppointmentMappingCollection> |
Visual Basic (Declaration) |
---|
Public Class AppointmentStorage _ Inherits BaseStorage(Of Appointment, AppointmentMappingCollection) |
Inheritance Hierarchy
System..::..Object
System..::..MarshalByRefObject
System.ComponentModel..::..Component
C1.C1Schedule..::..C1BindingSource
C1.C1Schedule..::..BaseStorage<(Of <(<'Appointment, AppointmentMappingCollection>)>)>
C1.C1Schedule..::..AppointmentStorage
System..::..MarshalByRefObject
System.ComponentModel..::..Component
C1.C1Schedule..::..C1BindingSource
C1.C1Schedule..::..BaseStorage<(Of <(<'Appointment, AppointmentMappingCollection>)>)>
C1.C1Schedule..::..AppointmentStorage