Back to Devexpress

SchedulerStorageBase.SetAppointmentDependencyFactory(IAppointmentDependencyFactory) Method

corelibraries-devexpress-dot-xtrascheduler-dot-schedulerstoragebase-dot-setappointmentdependencyfactory-x28-devexpress-dot-xtrascheduler-dot-iappointmentdependencyfactory-x29.md

latest2.6 KB
Original Source

SchedulerStorageBase.SetAppointmentDependencyFactory(IAppointmentDependencyFactory) Method

Specifies the appointment dependency factory for use by the storage.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public void SetAppointmentDependencyFactory(
    IAppointmentDependencyFactory dependencyFactory
)
vb
Public Sub SetAppointmentDependencyFactory(
    dependencyFactory As IAppointmentDependencyFactory
)

Parameters

NameTypeDescription
dependencyFactoryIAppointmentDependencyFactory

An IAppointmentDependencyFactory object which specifies the new appointment dependency factory for the scheduler storage.

|

Remarks

Use the SetAppointmentDependencyFactory method to specify a custom appointment dependency factory for the scheduler storage. This factory is used to create new appointment dependencies with the SchedulerStorageBase.CreateAppointmentDependency method.

Implements

SetAppointmentDependencyFactory(IAppointmentDependencyFactory)

See Also

CreateAppointmentDependency

SetAppointmentFactory(IAppointmentFactory)

SchedulerStorageBase Class

SchedulerStorageBase Members

DevExpress.XtraScheduler Namespace