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

The CSharp client template model.
Afficher le fichier Open project: NSwag/NSwag Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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.
Résultat System.Collections.Generic