C# Class NSwag.Commands.Document.ExecuteDocumentCommandBase

Inheritance: IConsoleCommand
Afficher le fichier Open project: NSwag/NSwag

Private Properties

Свойство Type Description
ExecuteDocumentAsync System.Threading.Tasks.Task

Méthodes publiques

Méthode Description
RunAsync ( CommandLineProcessor processor, IConsoleHost host ) : Task

Méthodes protégées

Méthode Description
LoadDocumentAsync ( string filePath ) : Task

Loads an existing NSwagDocument.

Private Methods

Méthode Description
ExecuteDocumentAsync ( IConsoleHost host, string filePath ) : System.Threading.Tasks.Task

Method Details

LoadDocumentAsync() protected abstract méthode

Loads an existing NSwagDocument.
protected abstract LoadDocumentAsync ( string filePath ) : Task
filePath string The file path.
Résultat Task

RunAsync() public méthode

public RunAsync ( CommandLineProcessor processor, IConsoleHost host ) : Task
processor CommandLineProcessor
host IConsoleHost
Résultat Task