corelibraries-devexpress-dot-xtrascheduler-046069f9.md
Provides methods for creating appointment dependencies.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public interface IAppointmentDependencyFactory
Public Interface IAppointmentDependencyFactory
The IAppointmentDependencyFactory interface declares the IAppointmentDependencyFactory.CreateAppointmentDependency method, which defines a way of creating appointment dependencies. To specify a custom way of creating appointments using the SchedulerStorage, implement this method and call the SchedulerStorageBase.SetAppointmentDependencyFactory method to assign a new factory to the Scheduler Storage.
Subsequently, the Scheduler Storage will use this factory when creating an appointment dependency using its SchedulerStorageBase.CreateAppointmentDependency method.
See Also