Back to Devexpress

ISchedulerStorageBase.SetResourceFactory(IResourceFactory) Method

corelibraries-devexpress-dot-xtrascheduler-dot-ischedulerstoragebase-dot-setresourcefactory-x28-devexpress-dot-xtrascheduler-dot-iresourcefactory-x29.md

latest1.8 KB
Original Source

ISchedulerStorageBase.SetResourceFactory(IResourceFactory) Method

Specifies the resource factory for use by the storage.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
void SetResourceFactory(
    IResourceFactory resourceFactory
)
vb
Sub SetResourceFactory(
    resourceFactory As IResourceFactory
)

Parameters

NameTypeDescription
resourceFactoryIResourceFactory

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

ISchedulerStorageBase Interface

ISchedulerStorageBase Members

DevExpress.XtraScheduler Namespace