C# 클래스 NSwag.CodeGeneration.CodeGenerators.Models.ResponseModel

The response template model.
파일 보기 프로젝트 열기: NSwag/NSwag

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ResponseModel ( SwaggerResponse>.KeyValuePair response, NJsonSchema.JsonSchema4 exceptionSchema, ClientGeneratorBase clientGeneratorBase ) : System.Collections.Generic

Initializes a new instance of the ResponseModel class.

메소드 상세

ResponseModel() 공개 메소드

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