C# Class NSwag.CodeGeneration.SwaggerGenerators.WebApi.WebApiAssemblyToSwaggerGeneratorBase

Afficher le fichier Open project: NSwag/NSwag

Méthodes publiques

Méthode Description
GenerateForControllers ( IEnumerable controllerClassNames ) : SwaggerDocument

Generates for controllers.

GetControllerClasses ( ) : string[]

Gets the controller classes.

Méthodes protégées

Méthode Description
WebApiAssemblyToSwaggerGeneratorBase ( WebApiAssemblyToSwaggerGeneratorSettings settings ) : System.Collections.Generic

Initializes a new instance of the WebApiAssemblyToSwaggerGeneratorBase class.

Method Details

GenerateForControllers() public abstract méthode

Generates for controllers.
public abstract GenerateForControllers ( IEnumerable controllerClassNames ) : SwaggerDocument
controllerClassNames IEnumerable The controller class names.
Résultat SwaggerDocument

GetControllerClasses() public abstract méthode

Gets the controller classes.
public abstract GetControllerClasses ( ) : string[]
Résultat string[]

WebApiAssemblyToSwaggerGeneratorBase() protected méthode

Initializes a new instance of the WebApiAssemblyToSwaggerGeneratorBase class.
protected WebApiAssemblyToSwaggerGeneratorBase ( WebApiAssemblyToSwaggerGeneratorSettings settings ) : System.Collections.Generic
settings WebApiAssemblyToSwaggerGeneratorSettings The generator settings.
Résultat System.Collections.Generic