C# Class NSwag.Commands.Document.CreateDocumentCommandBase

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateDocumentAsync ( string filePath ) : System.Threading.Tasks.Task

Creates a new document in the given path.

Method Details

CreateDocumentAsync() protected abstract méthode

Creates a new document in the given path.
protected abstract CreateDocumentAsync ( string filePath ) : System.Threading.Tasks.Task
filePath string The file path.
Résultat System.Threading.Tasks.Task

RunAsync() public méthode

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