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

The response template model.
ファイルを表示 Open project: NSwag/NSwag

Private Properties

Property Type Description

Public Methods

Method 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 method

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.
return System.Collections.Generic