# Abp.EntityUi.DynamicEntity

ABP version (opens new window) NuGet (opens new window) NuGet Download (opens new window) Discord online (opens new window) GitHub stars (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.

  1. 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
  2. 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.

Last Updated: 8/26/2022, 9:14:33 AM