C# Class NSwagStudio.Views.CodeGenerators.SwaggerToCSharpControllerGeneratorView

Inheritance: ICodeGeneratorView
Show file Open project: NSwag/NSwag

Private Properties

Property Type Description

Public Methods

Method Description
GenerateClientAsync ( string swaggerData, string documentPath ) : System.Threading.Tasks.Task
SwaggerToCSharpControllerGeneratorView ( SwaggerToCSharpControllerCommand command ) : System.Threading.Tasks

Method Details

GenerateClientAsync() public method

public GenerateClientAsync ( string swaggerData, string documentPath ) : System.Threading.Tasks.Task
swaggerData string
documentPath string
return System.Threading.Tasks.Task

SwaggerToCSharpControllerGeneratorView() public method

public SwaggerToCSharpControllerGeneratorView ( SwaggerToCSharpControllerCommand command ) : System.Threading.Tasks
command SwaggerToCSharpControllerCommand
return System.Threading.Tasks