C# 클래스 NSwag.Commands.Document.CreateDocumentCommandBase

상속: IConsoleCommand
파일 보기 프로젝트 열기: NSwag/NSwag

공개 메소드들

메소드 설명
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