CustomAssemblyLoadingWebEventArgs Properties
Provides data for the CustomAssemblyLoading events.
Name | Description |
---|---|
Allow |
Gets or sets whether loading a custom assembly is allowed.
Inherited from Dashboard |
Assembly |
Gets the path to the external assembly containing the Entity Framework model.
Inherited from Dashboard |
Context |
Gets the name of the Entity Framework context.
Inherited from Dashboard |
Dashboard |
Gets the dashboard identifier. |
Data |
Gets the component name of the Entity Framework data source.
Inherited from Dashboard |
Data |
Gets the name of the Entity Framework data source.
Inherited from Dashboard |
See Also