# Abp.EntityUi.DynamicEntity
(opens new window)
(opens new window)
(opens new window)
(opens new window)
(opens new window)
Dynamic-entity implementation of the EasyAbp.Abp.EntityUi.DynamicEntity module.
# Online Demo
We have launched an online demo for this module: https://entityui.samples.easyabp.io (opens new window)
# Installation
Should also install the Abp.EntityUI module and the Abp.DynamicEntity (opens new window) module since this module depends on them.
Install the following NuGet packages. (see how (opens new window))
- 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 (opens new window))
# Usage
There is a handler (opens new window) that automatically handles ModelDefinition created/updated/deleted events of DynamicEntity module to create/update/delete entity definition in the EntityUi.