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

ISchedulerStorageBase.SetAppointmentFactory(IAppointmentFactory) Method

Specifies the appointment factory for use by the storage.

Namespace: DevExpress.XtraScheduler

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

Declaration

void SetAppointmentFactory(
    IAppointmentFactory appointmentFactory
)

Parameters

Name Type Description
appointmentFactory IAppointmentFactory

An object implementing the IAppointmentFactory interface which specifies the new appointment factory for the scheduler storage.

Remarks

Use the ISchedulerStorageBase.SetAppointmentFactory method to specify a custom appointment factory for the scheduler storage. This factory is used to create new appointments with the ISchedulerStorageBase.CreateAppointment method.

See Also