C# 클래스 Junior.Route.AutoRouting.NameMappers.NameAfterRelativeClassNamespaceAndClassNameMapper

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

공개 메소드들

메소드 설명
MapAsync ( Type type, MethodInfo method ) : Task
NameAfterRelativeClassNamespaceAndClassNameMapper ( string rootNamespace, bool makeLowercase = false, string wordSeparator = " ", string wordRegexPattern = DefaultWordRegexPattern ) : System

비공개 메소드들

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

메소드 상세

MapAsync() 공개 메소드

public MapAsync ( Type type, MethodInfo method ) : Task
type System.Type
method System.Reflection.MethodInfo
리턴 Task

NameAfterRelativeClassNamespaceAndClassNameMapper() 공개 메소드

public NameAfterRelativeClassNamespaceAndClassNameMapper ( string rootNamespace, bool makeLowercase = false, string wordSeparator = " ", string wordRegexPattern = DefaultWordRegexPattern ) : System
rootNamespace string
makeLowercase bool
wordSeparator string
wordRegexPattern string
리턴 System