Merge two objects to produce third using AutoMapper
Posted
by Jason Hyland
on Stack Overflow
See other posts from Stack Overflow
or by Jason Hyland
Published on 2010-03-17T14:47:40Z
Indexed on
2010/03/17
14:51 UTC
Read the original article
Hit count: 467
automapper
|automapping
I know it's AutoMapper and not AutoMerge(r), but...
I've started using AutoMapper and have a need to Map A -> B, and to add some properties from C so that B become a kind of flat composite of A + C.
Is this possible in AutoMapper of should I just use AutoMapper to do the heavy lifting then manually map on the extra properties?
© Stack Overflow or respective owner