Info
Version: | 2.0.3 |
Author(s): | Minh-Luong HUONG |
Last Update: | Thursday, June 11, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.codeproject.com/Tips/986671/Creating-Presentation-Objects-with-PresentationMap |
NuGet Url: | https://www.nuget.org/packages/PresentationMapper |
Install
Install-Package PresentationMapper
dotnet add package PresentationMapper
paket add PresentationMapper
PresentationMapper Download (Unzip the "nupkg" after downloading)
Dependencies
1 package depend on this package.
Tags
The mapping is configured through custom attributes. The complex properties can automatically be retrieved or only retrieved when specified by the user via Linq expressions.
Reflection is used only for initialization. Delegates are dynamically created to allow fast processing.
More information at:
http://www.codeproject.com/Articles/986671/Creating-presentation-objects-with-PresentationMap.