Metadata >> NuGet >> Constellation.Umbraco

Constellation.Umbraco

Metadata

Authors Richard J. Cabral
Copyrights Copyright 2015
Description This library introduces ease of use for handmade ViewModels that represent IPublishedContent items. The ViewModels should inherit from Models.ContetnViewModel in order to take advantage of the automatic property mapping provided by this library. To Use: 1. Create ViewModels that represent content. ViewModel properties should match types and names of the published content Properties[] collection. 2. Each ViewModel should have a ContentType attribute on the class that specifies the Alias for the content that it represents. 3. To convert a PublishedContent to a ViewModel, use the extension methods provided in this library. You may automatically cast to the "best fit" type, or you may cast to a specific ViewModel type. This library was ported from concepts in Constellation.Sitecore.Items - it is not a 1:1 match, expect evolution.
Owners Richard J. Cabral
ProjectUrl https://github.com/sitecorerick/constellation.Umbraco
ReleaseNotes Bug Fix: Null Reference Exeption when Umbraco property has a null value.
RequireLicenseAcceptance False
Summary A library for Controller-based Umbraco installations.
Tags Umbraco
Title Constellation.Umbraco
PackageSize 21615
PackageHashAlgorithm SHA512
PackageHash Mn1Hklwp3RRQQsmMAWsvx/0GuyMY8O6yl5U0xCtie9rAyuGO2YV1S0ljrRhXi499IIRI/26FG/VyUUBFtdN7Yg==
DownloadCount 000000
CreatedDate 2015-07-24T20:02:33

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Constellation.Umbraco -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Constellation.Umbraco -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Constellation.Umbraco
Installing the package (HTTP Basic authentication):
Install-Package Constellation.Umbraco -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Constellation.Umbraco -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Constellation.Umbraco

OpenWrap

Installing the package:
o add-wrap Constellation.Umbraco
Uninstalling the package:
o remove-wrap Constellation.Umbraco

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.5683.27032
1.0.5682.14609
1.0.5679.24098
1.0.5679.22391
1.0.5679.21087