Constellation.Sitecore.Items by Richard J. Cabral

<PackageReference Include="Constellation.Sitecore.Items" Version="3.0.5519.22303" />

 Constellation.Sitecore.Items 3.0.5519.22303

Constellation.Sitecore.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.Items but include a few features not found in the native Sitecore API. This library is intended to be 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. Constellation.Sitecore.Items Items typically have declared properties representing a given Item's fields. Using Constellation.Sitecore.Items makes Sitecore Items suitable for use with type-driven IoC or Dependency Injection scenarios, such as MVC/MVP and MVVM patterns.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Constellation.Sitecore.Items</id>
    <version>3.0.5519.22303</version>
    <title>Constellation.Sitecore.Items</title>
    <authors>Richard J. Cabral</authors>
    <owners>Richard J. Cabral</owners>
    <projectUrl>https://github.com/sitecorerick/constellation.sitecore.items</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Constellation.Sitecore.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.Items but include a few features not found in the native Sitecore API.

		This library is intended to be 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. Constellation.Sitecore.Items Items typically have declared properties representing a given Item's fields.

		Using Constellation.Sitecore.Items makes Sitecore Items suitable for use with type-driven IoC or Dependency Injection scenarios, such as MVC/MVP and MVVM patterns.</description>
    <summary>A strongly-typed Item framework for Sitecore.</summary>
    <releaseNotes>Updated development to VS2013</releaseNotes>
    <copyright>Copyright 2014</copyright>
    <tags>Sitecore</tags>
    <dependencies>
      <dependency id="Constellation.Sitecore" version="3.0.5519.22168" />
    </dependencies>
  </metadata>
</package>