Skip to main content
All docs
V23.2
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

ISchedulerStorageService.CreateSchedulerDataStorage(ITypeInfo) Method

Creates a DxSchedulerDataStorage object.

Namespace: DevExpress.ExpressApp.Scheduler.Blazor

Assembly: DevExpress.ExpressApp.Scheduler.Blazor.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Scheduler.Blazor

Declaration

DxSchedulerDataStorage CreateSchedulerDataStorage(
    ITypeInfo typeInfo
)

Parameters

Name Type Description
typeInfo ITypeInfo

An ITypeInfo object that supplies metadata on the type of the business class that implements IEvent.

Returns

Type Description
DxSchedulerDataStorage

A DxSchedulerDataStorage object.

See Also