Skip to main content
A newer version of this page is available. .

DashboardConfigurator Methods

Provides a server side API for the ASPxDashboard control and ASP.NET MVC Dashboard extension.
Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetConnectionStringsProvider(IDataSourceWizardConnectionStringsProvider) Specifies a provider of data connections that can be used by the Web Dashboard.
SetDashboardStateService(IDashboardStateService) Specifies a service allowing you to manage a dashboard state.
SetDashboardStorage(DashboardFileStorage) Specifies a file storage of dashboards for the Web Dashboard.
SetDashboardStorage(DashboardInMemoryStorage) Specifies an in-memory storage of dashboards for the Web Dashboard.
SetDashboardStorage(IDashboardStorage) Specifies a storage of dashboards for the Web Dashboard.
SetDashboardStorage(IEditableDashboardStorage) Specifies an editable storage of dashboards for the Web Dashboard.
SetDataSourceStorage(DataSourceInMemoryStorage) Specifies a data source storage for the Web Dashboard.
SetDataSourceStorage(IDataSourceStorage) Specifies a data source storage for the Web Dashboard.
SetDBSchemaProvider(IDBSchemaProvider) Specifies a custom data store schema.
SetDBSchemaProvider(IDBSchemaProviderEx) Specifies a custom data store schema.
SetObjectDataSourceCustomFillService(IObjectDataSourceCustomFillService) Specifies a custom fill service for the DashboardObjectDataSource that provides data for the Web Dashboard.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also