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

IAppointmentDependencyStorage Interface

An interface of a storage which holds a collection of appointment dependencies.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.dll

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public interface IAppointmentDependencyStorage :
    IPersistentObjectStorage<AppointmentDependency>,
    IBatchUpdateable,
    IDisposable

The following members return IAppointmentDependencyStorage objects:

See Also