C# Class Junior.Route.AutoRouting.ParameterMappers.HttpApplicationStateBaseMapper

Inheritance: IParameterMapper
Show file Open project: nathan-alden/junior-route Class Usage Examples

Public Methods

Method Description
CanMapTypeAsync ( System.Web.HttpContextBase context, Type parameterType ) : Task
MapAsync ( System.Web.HttpContextBase context, Type type, MethodInfo method, ParameterInfo parameter ) : Task

Method Details

CanMapTypeAsync() public method

public CanMapTypeAsync ( System.Web.HttpContextBase context, Type parameterType ) : Task
context System.Web.HttpContextBase
parameterType System.Type
return Task

MapAsync() public method

public MapAsync ( System.Web.HttpContextBase context, Type type, MethodInfo method, ParameterInfo parameter ) : Task
context System.Web.HttpContextBase
type System.Type
method System.Reflection.MethodInfo
parameter System.Reflection.ParameterInfo
return Task