Dynamic-entity implementation of the EasyAbp.Abp.EntityUi.DynamicEntity module.
Should also install the Abp.EntityUI module and the Abp.DynamicEntity module since this module depends on them.
-
Install the following NuGet packages. (see how)
- EasyAbp.Abp.EntityUi.DynamicEntity.Domain
- EasyAbp.Abp.EntityUi.DynamicEntity.Domain.Shared
- EasyAbp.Abp.EntityUi.DynamicEntity.Web
-
Add
DependsOn(typeof(AbpEntityUiDynamicEntityXxxModule))
attribute to configure the module dependencies. (see how)
There is a handler that automatically handles ModelDefinition created/updated/deleted events of DynamicEntity module to create/update/delete entity definition in the EntityUi.