C# Class Swashbuckle.OData.Descriptions.ParameterExtensions

Exibir arquivo Open project: rbeauchamp/Swashbuckle.OData

Public Methods

Method Description
GenerateSamplePathParameterValue ( this parameter ) : string
GetClrType ( this parameter ) : Type
MapToApiParameterSource ( this parameter ) : ApiParameterSource
MapToSwaggerSource ( this parameter ) : ParameterSource

Private Methods

Method Description
GetEntityTypeForBodyParameter ( Parameter parameter ) : Type

Method Details

GenerateSamplePathParameterValue() public static method

public static GenerateSamplePathParameterValue ( this parameter ) : string
parameter this
return string

GetClrType() public static method

public static GetClrType ( this parameter ) : Type
parameter this
return System.Type

MapToApiParameterSource() public static method

public static MapToApiParameterSource ( this parameter ) : ApiParameterSource
parameter this
return ApiParameterSource

MapToSwaggerSource() public static method

public static MapToSwaggerSource ( this parameter ) : ParameterSource
parameter this
return ParameterSource