A newer version of this page is available.
Switch to the current version.
IAppointmentDependencyStorage Interface
An interface of a storage which holds a collection of appointment dependencies.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.Core.dll
Declaration
public interface IAppointmentDependencyStorage :
IPersistentObjectStorage<AppointmentDependency>,
IBatchUpdateable,
IDisposable
Public Interface IAppointmentDependencyStorage
Inherits IPersistentObjectStorage(Of AppointmentDependency),
IBatchUpdateable,
IDisposable
Related API Members
The following members accept/return IAppointmentDependencyStorage objects:
See Also
Feedback