C# 클래스 NSwagStudio.ViewModels.CodeGenerators.SwaggerToTypeScriptClientGeneratorViewModel

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

공개 메소드들

메소드 설명
GenerateClientAsync ( string swaggerData, string documentPath ) : System.Threading.Tasks.Task
HandleException ( Exception exception ) : void

메소드 상세

GenerateClientAsync() 공개 메소드

public GenerateClientAsync ( string swaggerData, string documentPath ) : System.Threading.Tasks.Task
swaggerData string
documentPath string
리턴 System.Threading.Tasks.Task

HandleException() 공개 메소드

public HandleException ( Exception exception ) : void
exception System.Exception
리턴 void