Method |
Description |
|
AddTextFileToProject ( Project project, IFileSystem fileSystem, string projectRelativePath, string text ) : void |
|
|
DetermineLanguageForTemplate ( string templateContent ) : string |
|
|
FindProjectAssemblyIfExists ( Project project ) : string |
|
|
FindTemplateAssertExists ( Project project, IFileSystem fileSystem, string template ) : string |
|
|
GetOutputExtension ( DynamicTextTemplatingEngineHost host, ITextTemplatingEngine t4Engine, string templateContent ) : string |
|
|
GetTemplateOutput ( Project project, IFileSystem fileSystem, string template, string projectRelativeOutputPath, Hashtable model, bool force ) : TemplateRenderingResult |
|
|
InvokeScaffoldTemplateCmdlet ( ISolutionManager solutionManager, IFileSystem fileSystem ) : System.CodeDom.Compiler |
|
|
OverwriteProjectItemTextContent ( ProjectItem item, string text ) : void |
|
|
PreprocessTemplateContent ( string templateContent ) : string |
|
|