Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 2.1 KB

README.md

File metadata and controls

25 lines (16 loc) · 2.1 KB

Abp.EntityUi.DynamicEntity

ABP version NuGet NuGet Download Discord online GitHub stars

Dynamic-entity implementation of the EasyAbp.Abp.EntityUi.DynamicEntity module.

Installation

Should also install the Abp.EntityUI module and the Abp.DynamicEntity module since this module depends on them.

  1. Install the following NuGet packages. (see how)

    • EasyAbp.Abp.EntityUi.DynamicEntity.Domain
    • EasyAbp.Abp.EntityUi.DynamicEntity.Domain.Shared
    • EasyAbp.Abp.EntityUi.DynamicEntity.Web
  2. Add DependsOn(typeof(AbpEntityUiDynamicEntityXxxModule)) attribute to configure the module dependencies. (see how)

Usage

There is a handler that automatically handles ModelDefinition created/updated/deleted events of DynamicEntity module to create/update/delete entity definition in the EntityUi.