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)
-
0
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>