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