- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- dotNet/AutoMapper へ行く。
- 1 (2014-02-06 (木) 21:15:43)
- 2 (2014-02-06 (木) 21:21:27)
AutoMapper
Mapper.CreateMap<userEntity, userViewModel>(); var userVm = new userViewModel(); userVm = Mapper.Map<userViewModel>(user);
- Using AutoMapper in Your ASP.Net MVC Applications
- http://www.codeguru.com/columns/experts/using-automapper-in-your-asp.net-mvc-applications.htm