Skip to main content
A newer version of this page is available. .

IAppointmentStorageBase Interface

A platform-independent base interface that defines a storage which holds appointments.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.Core.dll

Declaration

public interface IAppointmentStorageBase :
    IPersistentObjectStorage<Appointment>,
    IBatchUpdateable,
    IDisposable

The following members accept/return IAppointmentStorageBase objects:

Library Related API Members
Cross-Platform Class Library AppointmentXmlPersistenceHelper.Storage
ISchedulerStorageBase.Appointments
eXpressApp Framework ASPxSchedulerListEditor.Appointments
SchedulerListEditor.Appointments
SchedulerListEditorBase.Appointments

Remarks

The IAppointmentStorageBase is the base interface for the following interfaces and classes:

An object with the IAppointmentStorageBase interface can be accessed using the ISchedulerStorageBase.Appointments property.

The following code snippets (auto-collected from DevExpress Examples) contain references to the IAppointmentStorageBase interface.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also