Hi. I just purchased ASP.NET ZERO, and i'm very impressed. I've read through a lot of the ASP.NET boilerplate documents, but I've been unable to figure out how to extend the Edition entity.
I'd like to add a price, a description, and IsActive (through the IPassivable interface). Would I create a similarly named object that inherits from something in the .CORE or .APPLICATION projects? What would the declaration look like?
Can somebody point me in the right direction? Thanks in advance.
3 Answer(s)
-
0
Hi,
Today we are going to add a tutorial about extending Entities in ASP.NET Zero website. We will inform you when it is published.
-
0
Hi,
You can find tutorial for extending entities here <a class="postlink" href="http://aspnetzero.com/Documents/Extending-Existing-Entities">http://aspnetzero.com/Documents/Extendi ... g-Entities</a>. For the example Edition entity is used :)
I hope this helps.
-
0
I can't thank you enough for this. The tutorial is great. Thanks!