ISchedulerStorageBase.SetResourceFactory(IResourceFactory) Method
Specifies the resource factory for use by the storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
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