C# 클래스 NSwag.Commands.AssemblyTypeToSwaggerCommandBase

상속: NSwag.Commands.Base.OutputCommandBase
파일 보기 프로젝트 열기: NSwag/NSwag

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AssemblyTypeToSwaggerCommandBase ( ) : System.Threading.Tasks
RunAsync ( ) : Task
RunAsync ( CommandLineProcessor processor, IConsoleHost host ) : Task

보호된 메소드들

메소드 설명
CreateGenerator ( ) : AssemblyTypeToSwaggerGeneratorBase

Creates a new generator instance.

메소드 상세

AssemblyTypeToSwaggerCommandBase() 공개 메소드

public AssemblyTypeToSwaggerCommandBase ( ) : System.Threading.Tasks
리턴 System.Threading.Tasks

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

Creates a new generator instance.
protected abstract CreateGenerator ( ) : AssemblyTypeToSwaggerGeneratorBase
리턴 NSwag.CodeGeneration.SwaggerGenerators.AssemblyTypeToSwaggerGeneratorBase

RunAsync() 공개 메소드

public RunAsync ( ) : Task
리턴 Task

RunAsync() 공개 메소드

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