C# Class NSwagStudio.ViewModels.CodeGenerators.SwaggerToCSharpControllerGeneratorViewModel

Inheritance: ViewModelBase
Show file 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