Skip to main content
All docs
V23.2
.NET 6.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.

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 that allows 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.
SetDataSourceProtectionService(IDataSourceProtectionService) 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.
SetDBCommandInterceptor(IDBCommandInterceptor) Registers IDBCommandInterceptor in DashboardConfigurator. Inherited from DashboardConfigurator.
SetDBConnectionInterceptor(IDBConnectionInterceptor) Registers IDBConnectionInterceptor in DashboardConfigurator. Inherited from DashboardConfigurator.
SetDBSchemaProvider(IDBSchemaProvider) Specifies a custom data store schema. Inherited from DashboardConfigurator.
SetDBSchemaProvider(IDBSchemaProviderEx) Specifies a database schema provider for the Web Dashboard. Inherited from DashboardConfigurator.
SetEFContextProvider(IEFContextProvider) Configures the service that creates an EF Core context object within DashboardConfigurator. 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