C# 클래스 Nancy.Swagger.Annotations.Attributes.RouteParamAttribute

상속: Nancy.Swagger.Annotations.Attributes.SwaggerDataTypeAttribute
파일 보기 프로젝트 열기: khellang/Nancy.Swagger

공개 메소드들

메소드 설명
GetNullableParamType ( ) : ParameterIn?
RouteParamAttribute ( ) : System
RouteParamAttribute ( ParameterIn paramIn, string name = null ) : System

메소드 상세

GetNullableParamType() 공개 메소드

public GetNullableParamType ( ) : ParameterIn?
리턴 ParameterIn?

RouteParamAttribute() 공개 메소드

public RouteParamAttribute ( ) : System
리턴 System

RouteParamAttribute() 공개 메소드

public RouteParamAttribute ( ParameterIn paramIn, string name = null ) : System
paramIn ParameterIn
name string
리턴 System