Skip to main content

CustomAssemblyLoadingWebEventArgs Properties

Provides data for the CustomAssemblyLoading events.
Name Description
AllowLoading Gets or sets whether loading a custom assembly is allowed. Inherited from DashboardCustomAssemblyLoadingEventArgs.
AssemblyPath Gets the path to the external assembly containing the Entity Framework model. Inherited from DashboardCustomAssemblyLoadingEventArgs.
ContextName Gets the name of the Entity Framework context. Inherited from DashboardCustomAssemblyLoadingEventArgs.
DashboardId Gets the dashboard identifier.
DataSourceComponentName Gets the component name of the Entity Framework data source. Inherited from DashboardCustomAssemblyLoadingEventArgs.
DataSourceName Gets the name of the Entity Framework data source. Inherited from DashboardCustomAssemblyLoadingEventArgs.
See Also