Base solution for your next web application
Open Closed

Modify ApplicationLanguage.cs #1126


User avatar
0
phoenix created

Good day,

I would like to tie ApplicationLanguage with other entities.

For example, I want to create many-to-many relatioship between ApplicationLanguage and my custom Region class.

The problem is that ApplicationLanguage class in a separate solution and, therefore I can not modify it.

Is there a way to add navigation property to the ApplicationLanguage class ?

Pavel


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You can extend ApplicationLanguage entity and add your properties to it. You can check extending entities tutorial <a class="postlink" href="http://aspnetzero.com/Documents/Extending-Existing-Entities">http://aspnetzero.com/Documents/Extendi ... g-Entities</a>