C# Класс NSwag.Commands.Document.CreateDocumentCommandBase

Наследование: IConsoleCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
RunAsync ( CommandLineProcessor processor, IConsoleHost host ) : Task

Защищенные методы

Метод Описание
CreateDocumentAsync ( string filePath ) : System.Threading.Tasks.Task

Creates a new document in the given path.

Описание методов

CreateDocumentAsync() защищенный абстрактный Метод

Creates a new document in the given path.
protected abstract CreateDocumentAsync ( string filePath ) : System.Threading.Tasks.Task
filePath string The file path.
Результат System.Threading.Tasks.Task

RunAsync() публичный Метод

public RunAsync ( CommandLineProcessor processor, IConsoleHost host ) : Task
processor CommandLineProcessor
host IConsoleHost
Результат Task