Base solution for your next web application
Open Closed

how to add field to UserOrganizationUnits table #1904


User avatar
0
andry3ag created

How to add extend field to UserOrganizationUnits entity. <a class="postlink" href="https://www.aspnetzero.com/Documents/Extending-Existing-Entities#extending-non-abstract-entities">https://www.aspnetzero.com/Documents/Ex ... t-entities</a>

my code like :

public class MyUserOrganizationUnits : UserOrganizationUnits { public bool IsAdminOfOU {get; set;} } it does not work.


2 Answer(s)
  • User Avatar
    0
    andry3ag created

    I have figured out it. The class has been create under Core project.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You can also check this document if you need more help. <a class="postlink" href="https://aspnetzero.com/Documents/Extending-Existing-Entities">https://aspnetzero.com/Documents/Extend ... g-Entities</a>