C# Class NSwagStudio.Views.SwaggerGenerators.SwaggerInputView

Inheritance: ISwaggerGeneratorView
Show file Open project: NSwag/NSwag

Private Properties

Property Type Description

Public Methods

Method Description
GenerateSwaggerAsync ( ) : Task
SwaggerInputView ( FromSwaggerCommand command ) : System.Threading.Tasks

Method Details

GenerateSwaggerAsync() public method

public GenerateSwaggerAsync ( ) : Task
return Task

SwaggerInputView() public method

public SwaggerInputView ( FromSwaggerCommand command ) : System.Threading.Tasks
command NSwag.Commands.FromSwaggerCommand
return System.Threading.Tasks