Abp.DynamicEntity
Abp.DynamicEntity copied to clipboard
An ABP module that can dynamically create entities at runtime and perform CRUD operations like normal entities
Abp.DynamicEntity
An ABP module that can dynamically create entities at runtime and perform CRUD operations like normal entities.

Installation
-
Install the following NuGet packages. (see how)
- EasyAbp.Abp.DynamicEntity.Application
- EasyAbp.Abp.DynamicEntity.Application.Contracts
- EasyAbp.Abp.DynamicEntity.Domain
- EasyAbp.Abp.DynamicEntity.Domain.Shared
- EasyAbp.Abp.DynamicEntity.EntityFrameworkCore
- EasyAbp.Abp.DynamicEntity.HttpApi
- EasyAbp.Abp.DynamicEntity.HttpApi.Client
- EasyAbp.Abp.DynamicEntity.MongoDb
- EasyAbp.Abp.DynamicEntity.Web
-
Add
DependsOn(typeof(AbpDynamicEntityXxxModule))attribute to configure the module dependencies. (see how)
Usage
Todo.
Road map
Todo.