C# 클래스 Junior.Route.AutoRouting.RestrictionMappers.UrlRelativePathFromRelativeClassNamespaceAndClassNameMapper

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

공개 메소드들

메소드 설명
Map ( Type type, MethodInfo method, Routing route, IContainer container ) : void
UrlRelativePathFromRelativeClassNamespaceAndClassNameMapper ( string rootNamespace, bool caseSensitive = false, bool makeLowercase = true, string wordSeparator = "_", string wordRegexPattern = DefaultWordRegexPattern ) : System

비공개 메소드들

메소드 설명
ParseWords ( string value ) : IEnumerable

메소드 상세

Map() 공개 메소드

public Map ( Type type, MethodInfo method, Routing route, IContainer container ) : void
type System.Type
method System.Reflection.MethodInfo
route Routing
container IContainer
리턴 void

UrlRelativePathFromRelativeClassNamespaceAndClassNameMapper() 공개 메소드

public UrlRelativePathFromRelativeClassNamespaceAndClassNameMapper ( string rootNamespace, bool caseSensitive = false, bool makeLowercase = true, string wordSeparator = "_", string wordRegexPattern = DefaultWordRegexPattern ) : System
rootNamespace string
caseSensitive bool
makeLowercase bool
wordSeparator string
wordRegexPattern string
리턴 System