C# Class NSwagStudio.Views.CodeGenerators.SwaggerToCSharpClientGeneratorView

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
SwaggerToCSharpClientGeneratorView ( SwaggerToCSharpClientCommand command ) : 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

SwaggerToCSharpClientGeneratorView() public méthode

public SwaggerToCSharpClientGeneratorView ( SwaggerToCSharpClientCommand command ) : System.Threading.Tasks
command SwaggerToCSharpClientCommand
Résultat System.Threading.Tasks