C# Class NSwagStudio.Views.CodeGenerators.SwaggerOutputView

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GenerateClientAsync ( string swaggerData, string documentPath ) : System.Threading.Tasks.Task
SwaggerOutputView ( ) : System.Threading.Tasks

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

SwaggerOutputView() public méthode

public SwaggerOutputView ( ) : System.Threading.Tasks
Résultat System.Threading.Tasks