Paths.tt
source code,
2K, uploaded
Aug 4 2009
-
214 downloads
DDF.tt
source code,
4K, uploaded
Aug 12 2009
-
119 downloads
Feature.zip
source code,
2K, uploaded
Aug 16 2009
-
136 downloads
FieldId.tt
source code,
2K, uploaded
Aug 16 2009
-
169 downloads
This project contains a number of templates for automatic code generation. All templates are T4 templates supported by Microsoft Visual Studio.
- Paths - generates wrapper class which contains Web Application relative paths to User Controls and Page Layouts User Controls (.ascx). Useful when programmatically loading User Controls
- DDF - generates DDF manifest file for SharePoint solutions
- FeatureElements - generates the contents of the Feature Elements element. Useful when working with Features which contain large number of files
- FieldId - generates a wrapper class for custom Fields (equivalent of the out-of-the-box SPBuiltInFieldId class)
- ContentTypes - Generates wrapper classes for all Content Types. Useful when programmatically working with List Items
Coming soon:
- FeatureElementManifests - generates the contents of the Feature.xml ElementManifests element. Useful when working with Features which contain large number of files
|