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