0
    
    
        
                    s4lv0 created
                    
                    
                    
                
                - ABP Framework version: v9.0.3
 - UI Type: Angular / MVC /
 - Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
 
Hi guys, is there on abp framework the Dynamic Property System feature? The same as aspnetzero https://docs.aspnetzero.com/aspnet-core-angular/latest/Feature-Dynamic-Entity-Parameters-Angular
many thanks
1 Answer(s)
- 
    0
There is no exact same feature in ABP, but there are alternatives:
You can use Entity Extensions: https://abp.io/docs/latest/framework/architecture/modularity/extending/module-entity-extensions
It allows you easily to add extra properties to existing enities from existing modules and customize them.
Even you can map those newly added properties to a new column in the database: https://abp.io/docs/latest/framework/architecture/modularity/extending/customizing-application-modules-extending-entities#entity-extensions-ef-core