C# Class NSwag.CodeGeneration.CodeGenerators.Models.ResponseModel

The response template model.
Afficher le fichier Open project: NSwag/NSwag

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ResponseModel ( SwaggerResponse>.KeyValuePair response, NJsonSchema.JsonSchema4 exceptionSchema, ClientGeneratorBase clientGeneratorBase ) : System.Collections.Generic

Initializes a new instance of the ResponseModel class.

Method Details

ResponseModel() public méthode

Initializes a new instance of the ResponseModel class.
public ResponseModel ( SwaggerResponse>.KeyValuePair response, NJsonSchema.JsonSchema4 exceptionSchema, ClientGeneratorBase clientGeneratorBase ) : System.Collections.Generic
response SwaggerResponse>.KeyValuePair The response.
exceptionSchema NJsonSchema.JsonSchema4 The exception schema.
clientGeneratorBase ClientGeneratorBase The client generator base.
Résultat System.Collections.Generic