iBis.Dashboard.Service 1.0.0
iBis.Dashboard.Service
Dashboard configurator service for the DoHu iBis Enterprise Suite using DevExpress Dashboard.
Overview
This package provides service registration for DashboardConfigurator which is required by DevExpress Dashboard to handle dashboard storage and configuration.
Installation
dotnet add package iBis.Dashboard.Service
Usage
Register the dashboard configurator in your dependency injection container:
using DoHu.Dashboard.Service;
// Register dashboard storage first
services.AddScoped<IEditableDashboardStorage>(provider =>
new EntityDashboardStorage(...));
// Register dashboard configurator
services.AddDashboardConfigurator();
Dependencies
iBis.Dashboard.StorageDevExpress.AspNetCore.DashboardMicrosoft.Extensions.DependencyInjection.Abstractions
Related Packages
iBis.Dashboard.Storage- Dashboard storage implementationiBis.Dashboard.Api- Dashboard API controller
Showing the top 20 packages that depend on iBis.Dashboard.Service.
| Packages | Downloads |
|---|---|
|
iBis.Dashboard.Api
Package Description
|
0 |
.NET 8.0
- iBis.Dashboard.Storage (>= 1.0.0)
- DevExpress.AspNetCore.Dashboard (>= 25.1.6)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0)
- iBis.Entity.Api (>= 1.3.19)
- iBis.Entity.Types (>= 2.2.12)
| Version | Downloads | Last updated |
|---|---|---|
| 1.0.0 | 0 | 07/08/2026 |