C# Class NSwag.CodeGeneration.SwaggerGenerators.AssemblyTypeToSwaggerGeneratorBase

Datei anzeigen Open project: NSwag/NSwag

Public Methods

Method Description
Generate ( string classNames ) : SwaggerDocument

Generates the specified class names.

GetClasses ( ) : string[]

Gets the classes.

Protected Methods

Method Description
AssemblyTypeToSwaggerGeneratorBase ( AssemblyTypeToSwaggerGeneratorSettings settings )

Initializes a new instance of the AssemblyTypeToSwaggerGeneratorBase class.

Method Details

AssemblyTypeToSwaggerGeneratorBase() protected method

Initializes a new instance of the AssemblyTypeToSwaggerGeneratorBase class.
protected AssemblyTypeToSwaggerGeneratorBase ( AssemblyTypeToSwaggerGeneratorSettings settings )
settings AssemblyTypeToSwaggerGeneratorSettings The settings.

Generate() public abstract method

Generates the specified class names.
public abstract Generate ( string classNames ) : SwaggerDocument
classNames string The class names.
return SwaggerDocument

GetClasses() public abstract method

Gets the classes.
public abstract GetClasses ( ) : string[]
return string[]