C# Class NSwagStudio.Views.CodeGenerators.SwaggerToCSharpClientGeneratorView

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
SwaggerToCSharpClientGeneratorView ( SwaggerToCSharpClientCommand 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

SwaggerToCSharpClientGeneratorView() public method

public SwaggerToCSharpClientGeneratorView ( SwaggerToCSharpClientCommand command ) : System.Threading.Tasks
command SwaggerToCSharpClientCommand
return System.Threading.Tasks