PresentationMapper 1.0.5
dotnet add package PresentationMapper --version 1.0.5
NuGet\Install-Package PresentationMapper -Version 1.0.5
<PackageReference Include="PresentationMapper" Version="1.0.5" />
paket add PresentationMapper --version 1.0.5
#r "nuget: PresentationMapper, 1.0.5"
// Install PresentationMapper as a Cake Addin #addin nuget:?package=PresentationMapper&version=1.0.5 // Install PresentationMapper as a Cake Tool #tool nuget:?package=PresentationMapper&version=1.0.5
This library allows automatic instance creation of presentation objects given associated business objects. 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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.5 | 47 | 5/7/2015 |
Performance issue : Fixed a small bug that trigged unneeded loading of properties (lazy loading -> select command) even when they are not retrieved in the final object.
Edit: Wrong dll in previous version (1.04)