C# Class NSwag.CodeGeneration.CodeGenerators.TypeScript.Models.ClientTemplateModel

The TypeScript client template model.
Show file Open project: NSwag/NSwag Class Usage Examples

Public Methods

Method Description
ClientTemplateModel ( string controllerClassName, IList operations, SwaggerDocument document, SwaggerToTypeScriptClientGeneratorSettings settings ) : System.Collections.Generic

Initializes a new instance of the ClientTemplateModel class.

Method Details

ClientTemplateModel() public method

Initializes a new instance of the ClientTemplateModel class.
public ClientTemplateModel ( string controllerClassName, IList operations, SwaggerDocument document, SwaggerToTypeScriptClientGeneratorSettings settings ) : System.Collections.Generic
controllerClassName string Name of the controller.
operations IList The operations.
document SwaggerDocument The Swagger document.
settings SwaggerToTypeScriptClientGeneratorSettings The settings.
return System.Collections.Generic