C# Class Tools.VisualStudioT.GeneratorsT.CodeDomXsltCustomTool

Inheritance: Tools.VisualStudioT.GeneratorsT.CustomToolBase
Mostra file Open project: DzonnyDZ/Tools

Public Methods

Method Description
CodeDomXsltCustomTool ( ) : System

CTor - creates a new instance of the CodeDomXsltCustomTool class.

DoGenerateCode ( string inputFileName, string inputFileContent ) : string

Performs code generation

Private Methods

Method Description
ComRegister ( Type t ) : void
ComUnRegister ( Type t ) : void

Method Details

CodeDomXsltCustomTool() public method

CTor - creates a new instance of the CodeDomXsltCustomTool class.
public CodeDomXsltCustomTool ( ) : System
return System

DoGenerateCode() public method

Performs code generation
public DoGenerateCode ( string inputFileName, string inputFileContent ) : string
inputFileName string Name of XSLT template file
inputFileContent string Content of XSLT template file
return string