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

AppointmentStorageBase.SetAppointmentFactory(IAppointmentFactory) Method

Assigns the specified appointment factory to the AppointmentStorageBase.

Namespace: DevExpress.XtraScheduler

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

Declaration

public void SetAppointmentFactory(
    IAppointmentFactory factory
)

Parameters

Name Type Description
factory IAppointmentFactory

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

Remarks

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

See Also