Base solution for your next web application
Open Closed

Extending the Edition Object #833


User avatar
0
gpolucci created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    gpolucci created

    I can't thank you enough for this. The tutorial is great. Thanks!