DashboardConfigurator Methods
Provides a server side API for the ASP.NET Core Dashboard control, ASP.NET Web Forms Dashboard 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(IDataSourceWizardConnectionStringsStorage) | Specifies a provider of data connections that can be used by the Web Dashboard. |
SetConnectionStringsProvider(IDataSourceWizardConnectionStringsProvider) | Specifies a provider of data connections that can be used by the Web Dashboard. |
SetDashboardStateService(IDashboardStateService) | Specifies a service that allows 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. |
SetDataSourceProtectionService(IDataSourceProtectionService) | |
SetDataSourceStorage(DataSourceInMemoryStorage) | Specifies a data source storage for the Web Dashboard. |
SetDataSourceStorage(IDataSourceStorage) | Specifies a data source storage for the Web Dashboard. |
SetDBCommandInterceptor(IDBCommandInterceptor) |
Registers IDBCommandInterceptor in DashboardConfigurator .
|
SetDBConnectionInterceptor(IDBConnectionInterceptor) |
Registers IDBConnectionInterceptor in DashboardConfigurator .
|
SetDBSchemaProvider(IDBSchemaProvider) | Specifies a custom data store schema. |
SetDBSchemaProvider(IDBSchemaProviderEx) | Specifies a database schema provider for the Web Dashboard. |
SetEFContextProvider(IEFContextProvider) |
Configures the service that creates an EF Core context object within DashboardConfigurator .
|
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