Class DefaultDashboardProvider
The Default dashboards provider to be used if such was not registered explicitly in the AddReveal() call.
Same as RVDashboard
Implements
Inherited Members
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.WebAPI.dll
Syntax
public class DefaultDashboardProvider : RVDashboardProvider, IRVDashboardProvider
csharp
Constructors
DefaultDashboardProvider()
Declaration
public DefaultDashboardProvider()
csharp
Methods
GetDashboardNotFoundErrorMessage(String)
Declaration
protected override string GetDashboardNotFoundErrorMessage(string dashboardId)
csharp
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardId |
Returns
Type | Description |
---|---|
System. |
Overrides
Implements
See Also
Reveal.Sdk.DIExtensions.AddReveal(Microsoft.Extensions.DependencyInjection.IMvcBuilder)
Reveal.Sdk.DIExtensions.AddReveal(Microsoft.Extensions.DependencyInjection.IMvcBuilder,System.Action{Reveal.Sdk.RevealSetupBuilder})
Reveal.Sdk.DIExtensions.AddReveal(Microsoft.Extensions.DependencyInjection.IMvcBuilder,Reveal.Sdk.RevealSetupBuilder)