[]
        
(Showing Draft Content)

C1.Schedule.AppointmentStorage

AppointmentStorage Class

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.Schedule
Assembly: C1.ScheduleCore.dll
Syntax
public class AppointmentStorage : BaseStorage<Appointment, AppointmentMappingCollection>, IComponent, IDisposable, IBindingListView, IBindingList, IList, ICollection, IEnumerable, ITypedList, ISupportInitializeNotification, ISupportInitialize, ISite, IServiceProvider

Properties

Name Description
Appointments

Gets an AppointmentCollection object that contains appointment related information.

Methods

Name Description
CommitItemChanges(Appointment)

Commits all changes in the data item.