C# 클래스 Thinktecture.Tools.Web.Services.CodeGeneration.CodeGenerator

This class works as the main interface between the client and the code generation API.
파일 보기 프로젝트 열기: WSCF/WSCF 1 사용 예제들

공개 메소드들

메소드 설명
GenerateCode ( CodeGenerationOptions options ) : CodeWriterOutput

Executes the code generation workflow.

TryMoveDownloadedContract ( string dstDirectory ) : bool

비공개 메소드들

메소드 설명
CreateCodeProvider ( ) : void

메소드 상세

GenerateCode() 공개 메소드

Executes the code generation workflow.
public GenerateCode ( CodeGenerationOptions options ) : CodeWriterOutput
options CodeGenerationOptions
리턴 CodeWriterOutput

TryMoveDownloadedContract() 공개 메소드

public TryMoveDownloadedContract ( string dstDirectory ) : bool
dstDirectory string
리턴 bool