C# Class Swashbuckle.OData.Descriptions.MapByDescription

Inheritance: IParameterMapper
Mostrar archivo Open project: rbeauchamp/Swashbuckle.OData

Public Methods

Method Description
Map ( Parameter swaggerParameter, int parameterIndex, HttpActionDescriptor actionDescriptor ) : HttpParameterDescriptor

Method Details

Map() public method

public Map ( Parameter swaggerParameter, int parameterIndex, HttpActionDescriptor actionDescriptor ) : HttpParameterDescriptor
swaggerParameter Swashbuckle.Swagger.Parameter
parameterIndex int
actionDescriptor HttpActionDescriptor
return HttpParameterDescriptor