Constellation.Foundation.Items 9.0.1.26402

dotnet add package Constellation.Foundation.Items --version 9.0.1.26402
NuGet\Install-Package Constellation.Foundation.Items -Version 9.0.1.26402
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Constellation.Foundation.Items" Version="9.0.1.26402" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Constellation.Foundation.Items --version 9.0.1.26402
#r "nuget: Constellation.Foundation.Items, 9.0.1.26402"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Constellation.Foundation.Items as a Cake Addin
#addin nuget:?package=Constellation.Foundation.Items&version=9.0.1.26402

// Install Constellation.Foundation.Items as a Cake Tool
#tool nuget:?package=Constellation.Foundation.Items&version=9.0.1.26402

Constellation.Foundation.Items is a framework for Sitecore. It contains a few basic Interfaces and Classes that can be used to construct objects
that represent Sitecore.Data.Items but include a few features not found in the native Sitecore API. For Example:

* Support for inheritance chains without having to navigate through all Data Template definitions.
* Ability to limit Item-based method parameters to particular "types" of Items without having to perform inspections on the parameter inside the local scope.
* Ability to limit View Models to a specific Item "type".

Unlike Custom Item Generator and Glass Mapper, Full inheritance chains are supported, as well as Interface versions of all Data Template definitions to allow
for contract-basd parameter specifications.

This library is best when paired with a code generation tool such as NVelocity or T4 templates. Code generation should use
Sitecore Data Template definitions to create Interfaces and Classes. These can be used to create instances of Items that support
multiple inheritance and contracts. Item objects typically have declared properties representing a given Item's fields.

Using Constellation.Foundation.Items makes Sitecore Items suitable for use with type-driven IoC or Dependency Injection scenarios,
such as MVC/MVP and MVVM patterns.

Includes example T4 templates and instructions for use with HedgeHog Team Development for Sitecore (TDS)

Configured for use with Sitecore 8.2.
Requires Sitecore 8.2 NuGet packages, available here: https://sitecore.myget.org/F/sc-packages/api/v3/index.json

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.1.26402 4,141 5/25/2018
8.2.0.28947 2,052 10/10/2016
8.2.0.23981 1,988 10/11/2016

License file change.