C# Class NSwag.Commands.FromSwaggerCommand

Reads a Swagger specification from JSON or an URL.
Inheritance: NSwag.Commands.Base.OutputCommandBase, INotifyPropertyChanged
Afficher le fichier Open project: NSwag/NSwag Class Usage Examples

Private Properties

Свойство Type Description
OnPropertyChanged void

Méthodes publiques

Méthode Description
RunAsync ( ) : Task

RunAsync ( CommandLineProcessor processor, IConsoleHost host ) : Task

Runs the asynchronous.

Private Methods

Méthode Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

RunAsync() public méthode

public RunAsync ( ) : Task
Résultat Task

RunAsync() public méthode

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