[]
The AppointmentStorage is the storage for Appointment objects. It allows binding to the data source and mapping data source fields to the appointment properties.
public class AppointmentStorage : BaseStorage<Appointment, AppointmentMappingCollection>, IComponent, IDisposable, IBindingListView, IBindingList, IList, ICollection, IEnumerable, ITypedList, ISupportInitializeNotification, ISupportInitialize, ISite, IServiceProvider
Name | Description |
---|---|
Appointments | Gets an AppointmentCollection object that contains appointment related information. |
Name | Description |
---|---|
CommitItemChanges(Appointment) | Commits all changes in the data item. |