C# Class Junior.Route.AutoRouting.ResponseMappers.ParameterValueRetriever

Exibir arquivo Open project: nathan-alden/junior-route Class Usage Examples

Public Methods

Method Description
GetParameterValuesAsync ( System.Web.HttpContextBase context, Type type, MethodInfo method ) : Task>
ParameterValueRetriever ( IEnumerable parameterMappers ) : System

Method Details

GetParameterValuesAsync() public method

public GetParameterValuesAsync ( System.Web.HttpContextBase context, Type type, MethodInfo method ) : Task>
context System.Web.HttpContextBase
type System.Type
method System.Reflection.MethodInfo
return Task>

ParameterValueRetriever() public method

public ParameterValueRetriever ( IEnumerable parameterMappers ) : System
parameterMappers IEnumerable
return System