C# Class NSwag.Commands.Document.CreateDocumentCommandBase

Inheritance: IConsoleCommand
显示文件 Open project: NSwag/NSwag

Public Methods

Method Description
RunAsync ( CommandLineProcessor processor, IConsoleHost host ) : Task

Protected Methods

Method Description
CreateDocumentAsync ( string filePath ) : System.Threading.Tasks.Task

Creates a new document in the given path.

Method Details

CreateDocumentAsync() protected abstract method

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

RunAsync() public method

public RunAsync ( CommandLineProcessor processor, IConsoleHost host ) : Task
processor CommandLineProcessor
host IConsoleHost
return Task