DumbledoreMapperStandard NuGet Package

A very simple static mapper.
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);.




Got any DumbledoreMapperStandard Question?





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)



Tags



STATS

must-have-score

avg-downloads-per-day

1

days-since-last-release

2236