Back to Devexpress

IAppointmentDependencyFactory Interface

corelibraries-devexpress-dot-xtrascheduler-046069f9.md

latest1.9 KB
Original Source

IAppointmentDependencyFactory Interface

Provides methods for creating appointment dependencies.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public interface IAppointmentDependencyFactory
vb
Public Interface IAppointmentDependencyFactory

Remarks

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

IAppointmentDependencyFactory Members

DevExpress.XtraScheduler Namespace