How do we add a dynamic property to a entity generated by the asp.Net zero tools. How do we assign it to the property that we want on the table.
The Documentation only shows how to create and add to the current user method.
6 Answer(s)
-
0
-
0
Hi @ismcagdas,
I think @christianharo means is that can we add a new dynamic entity aside from user only, and how do we enable this on our newly created entities?
For example, if I want to assign a supported language for our customers, I want to assign a multicheckbox dynamic parameter to my customer entity.
-
0
Already got the answer.
Sorry for the trouble.src\proj.Core\DynamicEntityProperties\AppDynamicEntityPropertyDefinitionProvider.cs , you can add the entities below the default User class
-
0
Thanks @fncoph :).
-
0
Still this only works for the "user" entity only. How can i use dynamic entities for my newly created enitity.