C# Class NSwagStudio.ViewModels.CodeGenerators.SwaggerToTypeScriptClientGeneratorViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: NSwag/NSwag

Méthodes publiques

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

Method Details

GenerateClientAsync() public méthode

public GenerateClientAsync ( string swaggerData, string documentPath ) : System.Threading.Tasks.Task
swaggerData string
documentPath string
Résultat System.Threading.Tasks.Task

HandleException() public méthode

public HandleException ( Exception exception ) : void
exception System.Exception
Résultat void