C# Class NSwagStudio.ViewModels.CodeGenerators.SwaggerToTypeScriptClientGeneratorViewModel

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

Public Methods

Method Description
GenerateClientAsync ( string swaggerData, string documentPath ) : System.Threading.Tasks.Task
HandleException ( Exception exception ) : void

Method Details

GenerateClientAsync() public method

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

HandleException() public method

public HandleException ( Exception exception ) : void
exception System.Exception
return void