DVM4T.Core
1.2.0
dotnet add package DVM4T.Core --version 1.2.0
NuGet\Install-Package DVM4T.Core -Version 1.2.0
<PackageReference Include="DVM4T.Core" Version="1.2.0" />
paket add DVM4T.Core --version 1.2.0
#r "nuget: DVM4T.Core, 1.2.0"
// Install DVM4T.Core as a Cake Addin #addin nuget:?package=DVM4T.Core&version=1.2.0 // Install DVM4T.Core as a Cake Tool #tool nuget:?package=DVM4T.Core&version=1.2.0
Domain View Models For Tridion - a .NET framework for creating strongly typed domain view models based on content in a Tridion CMS using Custom Attributes.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DVM4T.Core:
Package | Downloads |
---|---|
DVM4T.DD4T
A DD4T based implementation of the DVM4T framework. Includes a number of basic Attributes for common field types (i.e. text, linked components, etc.) as well as full XPM Markup support. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.0 | 1,399 | 3/16/2015 |
1.1.0 | 1,492 | 2/20/2015 |
1.0.0.1 | 1,099 | 1/30/2015 |
1.0.0-beta | 885 | 1/26/2015 |
-Offloaded much of Property value processing work to View Model Factory
-Introduced Nested Model Attribute
-Multivalue Fields are now inferred from the Type of Property: use a concrete type that implements ICollection<T> or is an Array
--Property Types still must have a parameterless constructor
-AllowMultipleValues Field Attribute property is now semantic only
-Binding to a Domain Model is now possible WITHOUT the use of Custom Attributes. See DVM4T.Binding namespace.