BlazorDashboardStorage Constructors
Name | Parameters | Description |
---|---|---|
BlazorDashboardStorage(Func<Type, IObjectSpace>, Type) | getObjectSpace, dashboardDataType | Initializes a new instance of the BlazorDashboardStorage class with specified settings. |
BlazorDashboardStorage(Lazy<IObjectSpaceProvider>, Type) | objectSpaceProvider, dashboardDataType | Obsolete. Initializes a new instance of the BlazorDashboardStorage class with specified settings. |
See Also