C# Класс NSwag.SwaggerResponse

The Swagger response.
Показать файл Открыть проект

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