C# Class Tools.VisualStudioT.GeneratorsT.CodeDomXsltCustomTool

Inheritance: Tools.VisualStudioT.GeneratorsT.CustomToolBase
Afficher le fichier Open project: DzonnyDZ/Tools

Méthodes publiques

Méthode Description
CodeDomXsltCustomTool ( ) : System

CTor - creates a new instance of the CodeDomXsltCustomTool class.

DoGenerateCode ( string inputFileName, string inputFileContent ) : string

Performs code generation

Private Methods

Méthode Description
ComRegister ( Type t ) : void
ComUnRegister ( Type t ) : void

Method Details

CodeDomXsltCustomTool() public méthode

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

DoGenerateCode() public méthode

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