C# Class NSwag.SwaggerParameter

Describes an operation parameter.
Inheritance: NJsonSchema.JsonSchema4
Mostrar archivo Open project: NSwag/NSwag

Private Properties

Property Type Description

Public Methods

Method Description
IsNullable ( NullHandling nullHandling ) : bool

Gets a value indicating whether the validated data can be null.

Method Details

IsNullable() public method

Gets a value indicating whether the validated data can be null.
public IsNullable ( NullHandling nullHandling ) : bool
nullHandling NullHandling The null handling.
return bool