C# Class NSwag.SwaggerResponse

The Swagger response.
Afficher le fichier Open project: NSwag/NSwag

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

IsNullable() public méthode

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