Info
Version: | 1.3.2 |
Author(s): | Dmitry Protko ([email protected]) |
Last Update: | Friday, March 30, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mirypoko/DumbledoreMapper |
NuGet Url: | https://www.nuget.org/packages/DumbledoreMapperStandard |
Install
Install-Package DumbledoreMapperStandard
dotnet add package DumbledoreMapperStandard
paket add DumbledoreMapperStandard
DumbledoreMapperStandard Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
How to use:
var viewModel = Mapper.Map<ViewModel>(model);
var model = Mapper.Map<Model>(viewModel);
var resultList = Mapper.Map<Model>(viewModelCollection);
Mapper.CopyProperties(source, target);.