C# 클래스 NSwag.SwaggerResponse

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
InheritsExceptionSchema ( NJsonSchema.JsonSchema4 exceptionSchema ) : bool

Gets a value indicating whether the response schema is an exception.

IsNullable ( NullHandling nullHandling ) : bool

Determines whether the specified null handling is nullable.

메소드 상세

InheritsExceptionSchema() 공개 메소드

Gets a value indicating whether the response schema is an exception.
public InheritsExceptionSchema ( NJsonSchema.JsonSchema4 exceptionSchema ) : bool
exceptionSchema NJsonSchema.JsonSchema4
리턴 bool

IsNullable() 공개 메소드

Determines whether the specified null handling is nullable.
public IsNullable ( NullHandling nullHandling ) : bool
nullHandling NullHandling The null handling.
리턴 bool