C# 클래스 Swashbuckle.OData.Descriptions.ParameterExtensions

파일 보기 프로젝트 열기: rbeauchamp/Swashbuckle.OData

공개 메소드들

메소드 설명
GenerateSamplePathParameterValue ( this parameter ) : string
GetClrType ( this parameter ) : Type
MapToApiParameterSource ( this parameter ) : ApiParameterSource
MapToSwaggerSource ( this parameter ) : ParameterSource

비공개 메소드들

메소드 설명
GetEntityTypeForBodyParameter ( Parameter parameter ) : Type

메소드 상세

GenerateSamplePathParameterValue() 공개 정적인 메소드

public static GenerateSamplePathParameterValue ( this parameter ) : string
parameter this
리턴 string

GetClrType() 공개 정적인 메소드

public static GetClrType ( this parameter ) : Type
parameter this
리턴 System.Type

MapToApiParameterSource() 공개 정적인 메소드

public static MapToApiParameterSource ( this parameter ) : ApiParameterSource
parameter this
리턴 ApiParameterSource

MapToSwaggerSource() 공개 정적인 메소드

public static MapToSwaggerSource ( this parameter ) : ParameterSource
parameter this
리턴 ParameterSource