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

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

Méthodes publiques

Méthode Description
GenerateCode ( CodeGenerationOptions options ) : CodeWriterOutput

Executes the code generation workflow.

TryMoveDownloadedContract ( string dstDirectory ) : bool

Private Methods

Méthode Description
CreateCodeProvider ( ) : void

Method Details

GenerateCode() public méthode

Executes the code generation workflow.
public GenerateCode ( CodeGenerationOptions options ) : CodeWriterOutput
options CodeGenerationOptions
Résultat CodeWriterOutput

TryMoveDownloadedContract() public méthode

public TryMoveDownloadedContract ( string dstDirectory ) : bool
dstDirectory string
Résultat bool