C# Class NSwag.SwaggerResponse

The Swagger response.
Mostrar archivo Open project: NSwag/NSwag

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

InheritsExceptionSchema() public method

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

IsNullable() public method

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