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

Afficher le fichier Open project: nathan-alden/junior-route Class Usage Examples

Méthodes publiques

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

Method Details

GetParameterValuesAsync() public méthode

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

ParameterValueRetriever() public méthode

public ParameterValueRetriever ( IEnumerable parameterMappers ) : System
parameterMappers IEnumerable
Résultat System