Glass.Sitecore.Mapper
2.0.9.1
dotnet add package Glass.Sitecore.Mapper --version 2.0.9.1
NuGet\Install-Package Glass.Sitecore.Mapper -Version 2.0.9.1
<PackageReference Include="Glass.Sitecore.Mapper" Version="2.0.9.1" />
paket add Glass.Sitecore.Mapper --version 2.0.9.1
#r "nuget: Glass.Sitecore.Mapper, 2.0.9.1"
// Install Glass.Sitecore.Mapper as a Cake Addin #addin nuget:?package=Glass.Sitecore.Mapper&version=2.0.9.1 // Install Glass.Sitecore.Mapper as a Cake Tool #tool nuget:?package=Glass.Sitecore.Mapper&version=2.0.9.1
Glass Sitecore Mapper is an object mapping framework for mapping Sitecore items directly onto an object model allowing you to model your entire Sitecore solution as a data model. The framework handles converting data to and from fields and pulling data from related items.
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. |
-
- Castle.Core (>= 3.0.0.4001)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Glass.Sitecore.Mapper:
Package | Downloads |
---|---|
Lucinq.Glass.SitecoreIntegration
Glass & Sitecore 6.6 extensions for Lucinq 2.9 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|
Changes to allow properties with a private setter from an inherited class to be set.
Thanks to James Coleman for spotting this bug.
(Pull 20) Several fixes and improvements to Code First items:
Shared and Unversioned Fields
Ability to override the template name.
Stop duplicate languages
Standard value tokens
Thanks to Tom Dudfield for these improvements.
(Pull 19) Support for MVC views. Code contributed by Petr Waclawek.
Glass Dashboard – Tutorial to come
Corrections to inferred types where a template could be inferred as multiple types.