CustomAssemblyLoadingWebEventArgs(String, String, String, String, String, Boolean) Constructor
Initializes a new instance of the CustomAssemblyLoadingWebEventArgs class.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
Declaration
public CustomAssemblyLoadingWebEventArgs(
string dashboardId,
string dataSourceName,
string dataSourceComponentName,
string contextName,
string assemblyPath,
bool allowLoading
)
Parameters
Name | Type | Description |
---|---|---|
dashboardId | String | A String that is the dashboard identifier. |
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 to allow loading a custom assembly. |
See Also