Updating Model with entity collection

Posted by jean27 on Stack Overflow See other posts from Stack Overflow or by jean27
Published on 2010-04-14T03:14:51Z Indexed on 2010/04/14 3:23 UTC
Read the original article Hit count: 310

There are a group of entities named Book and Magazine which inherits from the abstract class PublishedItem. PublishedItem have these properties: ID, Name, Publisher, List of Authors, List of Genres. The Book entity has the ISBN property and the Magazine entity has the ISSN property. I just want to ask how I can update the book's or magazine's list of genres or list of authors?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about entity-framework