C# Class NSwag.CodeGeneration.CodeGenerators.CSharp.Models.ControllerTemplateModel

The CSharp controller template model.
Show file Open project: NSwag/NSwag Class Usage Examples

Public Methods

Method Description
ControllerTemplateModel ( SwaggerToCSharpWebApiControllerGeneratorSettings settings ) : System.Collections.Generic

Initializes a new instance of the ControllerTemplateModel class.

Method Details

ControllerTemplateModel() public method

Initializes a new instance of the ControllerTemplateModel class.
public ControllerTemplateModel ( SwaggerToCSharpWebApiControllerGeneratorSettings settings ) : System.Collections.Generic
settings SwaggerToCSharpWebApiControllerGeneratorSettings The settings.
return System.Collections.Generic