C# 클래스 Junior.Route.AutoRouting.ResponseMappers.ParameterValueRetriever

파일 보기 프로젝트 열기: nathan-alden/junior-route 1 사용 예제들

공개 메소드들

메소드 설명
GetParameterValuesAsync ( System.Web.HttpContextBase context, Type type, MethodInfo method ) : Task>
ParameterValueRetriever ( IEnumerable parameterMappers ) : System

메소드 상세

GetParameterValuesAsync() 공개 메소드

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

ParameterValueRetriever() 공개 메소드

public ParameterValueRetriever ( IEnumerable parameterMappers ) : System
parameterMappers IEnumerable
리턴 System