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

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

Private Properties

Property Type Description

Public Methods

Method Description
ClientTemplateModel ( string controllerName, string controllerClassName, IList operations, SwaggerDocument document, NJsonSchema.JsonSchema4 exceptionSchema, SwaggerToCSharpClientGeneratorSettings 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 controllerName, string controllerClassName, IList operations, SwaggerDocument document, NJsonSchema.JsonSchema4 exceptionSchema, SwaggerToCSharpClientGeneratorSettings settings ) : System.Collections.Generic
controllerName string Name of the controller.
controllerClassName string The class name of the controller.
operations IList The operations.
document SwaggerDocument The Swagger document.
exceptionSchema NJsonSchema.JsonSchema4 The exception schema.
settings SwaggerToCSharpClientGeneratorSettings The settings.
return System.Collections.Generic