Skip to main content

ISchedulerStorageBase.SetResourceFactory(IResourceFactory) Method

Specifies the resource factory for use by the storage.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

void SetResourceFactory(
    IResourceFactory resourceFactory
)

Parameters

Name Type Description
resourceFactory IResourceFactory

An object implementing the IResourceFactory interface which specifies the new resource factory for the scheduler storage.

Remarks

Use the ISchedulerStorageBase.SetResourceFactory method to specify a custom resource factory for the scheduler storage. This factory is used to create new resources with the ISchedulerStorageBase.CreateResource method.

See Also