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

ISchedulerStorageBase.SetAppointmentDependencyFactory(IAppointmentDependencyFactory) Method

Specifies the appointment dependency factory for use by the storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

void SetAppointmentDependencyFactory(
    IAppointmentDependencyFactory appointmentDependencyFactory
)

Parameters

Name Type Description
appointmentDependencyFactory IAppointmentDependencyFactory

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.

See Also