AutoMapper Mapping Depth
Is there any way to set the "depth" of mapping on one entity开发者_StackOverflow社区 while mapping to dto?
Thanks!
Not yet. There is a discussion going on about this here https://github.com/jbogard/AutoMapper/pull/21
It is now possible to set the depth with the Automapper 2.0.
You can find it here: http://automapper.org/blog/2011/09/22/automapper-20-released/
精彩评论