Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET 5.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

BlazorDashboardConfigurator Methods

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(IDataSourceWizardConnectionStringsStorage) Specifies a provider of data connections that can be used by the Web Dashboard. Inherited from DashboardConfigurator.
SetConnectionStringsProvider(IDataSourceWizardConnectionStringsProvider) Specifies a provider of data connections that can be used by the Web Dashboard. Inherited from DashboardConfigurator.
SetDashboardStateService(IDashboardStateService) Specifies a service allowing you to manage a dashboard state. Inherited from DashboardConfigurator.
SetDashboardStorage(DashboardFileStorage) Specifies a file storage of dashboards for the Web Dashboard. Inherited from DashboardConfigurator.
SetDashboardStorage(DashboardInMemoryStorage) Specifies an in-memory storage of dashboards for the Web Dashboard. Inherited from DashboardConfigurator.
SetDashboardStorage(IDashboardStorage) Specifies a storage of dashboards for the Web Dashboard. Inherited from DashboardConfigurator.
SetDashboardStorage(IEditableDashboardStorage) Specifies an editable storage of dashboards for the Web Dashboard. Inherited from DashboardConfigurator.
SetDataSourceStorage(DataSourceInMemoryStorage) Specifies a data source storage for the Web Dashboard. Inherited from DashboardConfigurator.
SetDataSourceStorage(IDataSourceStorage) Specifies a data source storage for the Web Dashboard. Inherited from DashboardConfigurator.
SetDBSchemaProvider(IDBSchemaProvider) Specifies a custom data store schema. Inherited from DashboardConfigurator.
SetDBSchemaProvider(IDBSchemaProviderEx) Specifies a custom data store schema. Inherited from DashboardConfigurator.
SetObjectDataSourceCustomFillService(IObjectDataSourceCustomFillService) Specifies a custom fill service for the DashboardObjectDataSource that provides data for the Web Dashboard. Inherited from DashboardConfigurator.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also