C# 클래스 Junior.Route.AutoRouting.ParameterMappers.Request.ConvertibleMapper

상속: RequestMapper
파일 보기 프로젝트 열기: nathan-alden/junior-route

공개 메소드들

메소드 설명
CanMapTypeAsync ( System.Web.HttpContextBase context, Type parameterType ) : Task
ConvertibleMapper ( NameValueCollectionSource source, bool caseSensitive = false, DataConversionErrorHandling errorHandling = DataConversionErrorHandling.UseDefaultValue ) : System

보호된 메소드들

메소드 설명
OnMapAsync ( System.Web.HttpContextBase context, string value, Type parameterType ) : Task

메소드 상세

CanMapTypeAsync() 공개 메소드

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

ConvertibleMapper() 공개 메소드

public ConvertibleMapper ( NameValueCollectionSource source, bool caseSensitive = false, DataConversionErrorHandling errorHandling = DataConversionErrorHandling.UseDefaultValue ) : System
source NameValueCollectionSource
caseSensitive bool
errorHandling DataConversionErrorHandling
리턴 System

OnMapAsync() 보호된 메소드

protected OnMapAsync ( System.Web.HttpContextBase context, string value, Type parameterType ) : Task
context System.Web.HttpContextBase
value string
parameterType System.Type
리턴 Task