C# Class NSwag.Commands.FromSwaggerCommand

Reads a Swagger specification from JSON or an URL.
Inheritance: NSwag.Commands.Base.OutputCommandBase, INotifyPropertyChanged
显示文件 Open project: NSwag/NSwag Class Usage Examples

Private Properties

Property Type Description
OnPropertyChanged void

Public Methods

Method Description
RunAsync ( ) : Task

RunAsync ( CommandLineProcessor processor, IConsoleHost host ) : Task

Runs the asynchronous.

Private Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

RunAsync() public method

public RunAsync ( ) : Task
return Task

RunAsync() public method

Runs the asynchronous.
public RunAsync ( CommandLineProcessor processor, IConsoleHost host ) : Task
processor CommandLineProcessor The processor.
host IConsoleHost The host.
return Task