Skip to content
pdebacker edited this page Jun 8, 2013 · 6 revisions

Welcome to the UmbCodeGen wiki!

Umbraco Code Generation

C# code generator to generate Models (POCO’s) for Umbraco Document Types using T4 templates. These Models can be populated with data from Umbraco nodes via the generated ModelFactory class. The major Umbraco Data Types are supported including some uComponent Data Types like DataType Grid. Ideal when Razor or Mustache is used as view engine.

See the documentation

Installation

An UmbCodeGen package is available on NuGet. After installing this package both TT files can be found in the folder Models/Generated. The UmbCodeGen dll is added to the bin folder.

Tested with Umbraco 4.11 and 6.

UmbCodeGen on NuGet

Clone this wiki locally