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

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

Private Properties

프로퍼티 타입 설명
ExecuteDocumentAsync System.Threading.Tasks.Task

공개 메소드들

메소드 설명
RunAsync ( CommandLineProcessor processor, IConsoleHost host ) : Task

보호된 메소드들

메소드 설명
LoadDocumentAsync ( string filePath ) : Task

Loads an existing NSwagDocument.

비공개 메소드들

메소드 설명
ExecuteDocumentAsync ( IConsoleHost host, string filePath ) : System.Threading.Tasks.Task

메소드 상세

LoadDocumentAsync() 보호된 추상적인 메소드

Loads an existing NSwagDocument.
protected abstract LoadDocumentAsync ( string filePath ) : Task
filePath string The file path.
리턴 Task

RunAsync() 공개 메소드

public RunAsync ( CommandLineProcessor processor, IConsoleHost host ) : Task
processor CommandLineProcessor
host IConsoleHost
리턴 Task