C# 클래스 Tools.VisualStudioT.GeneratorsT.CodeDomXsltCustomTool

상속: Tools.VisualStudioT.GeneratorsT.CustomToolBase
파일 보기 프로젝트 열기: DzonnyDZ/Tools

공개 메소드들

메소드 설명
CodeDomXsltCustomTool ( ) : System

CTor - creates a new instance of the CodeDomXsltCustomTool class.

DoGenerateCode ( string inputFileName, string inputFileContent ) : string

Performs code generation

비공개 메소드들

메소드 설명
ComRegister ( Type t ) : void
ComUnRegister ( Type t ) : void

메소드 상세

CodeDomXsltCustomTool() 공개 메소드

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

DoGenerateCode() 공개 메소드

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