DashboardCustomAssemblyLoadingEventArgs(String, String, String, String, Boolean) Constructor
Initializes a new instance of the DashboardCustomAssemblyLoadingEventArgs class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
public DashboardCustomAssemblyLoadingEventArgs(
string dataSourceName,
string dataSourceComponentName,
string contextName,
string assemblyPath,
bool allowLoading
)
Parameters
Name | Type | Description |
---|---|---|
dataSourceName | String | A String that is the name of the Entity Framework data source. |
dataSourceComponentName | String | A String that is the component name of the Entity Framework data source. |
contextName | String | A String that is the name of the Entity Framework context. |
assemblyPath | String | A String that is the path to the external assembly containing the Entity Framework model. |
allowLoading | Boolean | A Boolean value that specifies whether loading a custom assembly is allowed. |
See Also