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.Storage
  • DevExpress.AspNetCore.Dashboard
  • Microsoft.Extensions.DependencyInjection.Abstractions
  • iBis.Dashboard.Storage - Dashboard storage implementation
  • iBis.Dashboard.Api - Dashboard API controller

Showing the top 20 packages that depend on iBis.Dashboard.Service.

Packages Downloads
iBis.Dashboard.Api
Package Description
0

Version Downloads Last updated
1.0.0 0 07/08/2026