A newer version of this page is available.
Switch to the current version.
ISchedulerStorageBase.SetResourceFactory(IResourceFactory) Method
Specifies the resource factory for use by the storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
void SetResourceFactory(
IResourceFactory resourceFactory
)
Sub SetResourceFactory(
resourceFactory As IResourceFactory
)
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
Feedback