Info
Version: | 1.0.2 |
Author(s): | Mustakim Ali |
Last Update: | Friday, December 15, 2017 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/EasyMapper.NetStandard |
Install
Install-Package EasyMapper.NetStandard
dotnet add package EasyMapper.NetStandard
paket add EasyMapper.NetStandard
EasyMapper.NetStandard Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- FastMember(>= 1.1.0)
Tags
It creates a new object with matching properties. Properties with different names can have Alias attribute to define one or more property names this should match to.
Regardless of where this is defined (Source or Destination class).
Usage: https://gist.github.com/mustakimali/b82274fa201263bc450893cf8eeeee73.