C# 클래스 NSwag.SwaggerParameter

Describes an operation parameter.
상속: NJsonSchema.JsonSchema4
파일 보기 프로젝트 열기: NSwag/NSwag

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
IsNullable ( NullHandling nullHandling ) : bool

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

메소드 상세

IsNullable() 공개 메소드

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