csharp Automapper - 多对象源和一个目标

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp Automapper - 多对象源和一个目标相关的知识,希望对你有一定的参考价值。

d = AutoMapper.Mapper.Map<sourceone, destination>(sourceone);
/* Pass the created destination to the second map call: */
AutoMapper.Mapper.Map<sourcetwo, destination>(sourcetwo, d);

以上是关于csharp Automapper - 多对象源和一个目标的主要内容,如果未能解决你的问题,请参考以下文章

AutoMapper多个源映射到一个Dto

automapper

AutoMapper用法

AutoMapper用法

AutoMapper用法

AutoMapper用法