C# Class Thinktecture.Tools.Web.Services.CodeGeneration.CodeGenerator

This class works as the main interface between the client and the code generation API.
Show file Open project: WSCF/WSCF Class Usage Examples

Public Methods

Method Description
GenerateCode ( CodeGenerationOptions options ) : CodeWriterOutput

Executes the code generation workflow.

TryMoveDownloadedContract ( string dstDirectory ) : bool

Private Methods

Method Description
CreateCodeProvider ( ) : void

Method Details

GenerateCode() public method

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

TryMoveDownloadedContract() public method

public TryMoveDownloadedContract ( string dstDirectory ) : bool
dstDirectory string
return bool