PresentationMapper 2.0.3
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
Install-Package PresentationMapper -Version 2.0.3
dotnet add package PresentationMapper --version 2.0.3
<PackageReference Include="PresentationMapper" Version="2.0.3" />
paket add PresentationMapper --version 2.0.3
Release Notes
Version 2.0.3
- Signature change: MapInfo.Map is removed.
- Implemented: MapInfo now contains public fields for the business type and the presentation type.
- Implemented: MapInfo.GetByTypeName(typeName) gets the MapInfo instance given the presentation type name.
Dependencies
This package has no dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on PresentationMapper:
Package | Downloads |
---|---|
PresentationRequestor
This library simplifies the implementation of the layer by providing an engine that converts presentation requests into business requests. In the user's point of view, he manipulates presentation objects as if they were business data. The mapping between business objects and presentation objects is done with PresentationMapper package library. Dynamic delegates are created on the fly to avoid reflection calls, thus ensuring good performance.
More information at:
http://www.codeproject.com/Tips/990625/How-to-Request-Presentation-Objects-with
|
GitHub repositories
This package is not used by any popular GitHub repositories.