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.

Inheritance
System.Object
DefaultDashboardProvider
Implements
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
RVDashboardProvider.GetDashboardNotFoundErrorMessage(String)

GetDashboardsDirectoryNotFoundErrorMessage()

Declaration
protected override string GetDashboardsDirectoryNotFoundErrorMessage()
Returns
Type Description
System.String
Overrides
RVDashboardProvider.GetDashboardsDirectoryNotFoundErrorMessage()

Implements

IRVDashboardProvider

See Also