C# Class Junior.Route.AutoRouting.NameMappers.NameAfterRelativeClassNamespaceAndClassNameAndMethodNameMapper

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

Public Methods

Method Description
MapAsync ( Type type, MethodInfo method ) : Task
NameAfterRelativeClassNamespaceAndClassNameAndMethodNameMapper ( string rootNamespace, bool makeLowercase = false, string wordSeparator = " ", string wordRegexPattern = DefaultWordRegexPattern ) : System

Private Methods

Method Description
ParseWords ( string value ) : IEnumerable

Method Details

MapAsync() public method

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

NameAfterRelativeClassNamespaceAndClassNameAndMethodNameMapper() public method

public NameAfterRelativeClassNamespaceAndClassNameAndMethodNameMapper ( string rootNamespace, bool makeLowercase = false, string wordSeparator = " ", string wordRegexPattern = DefaultWordRegexPattern ) : System
rootNamespace string
makeLowercase bool
wordSeparator string
wordRegexPattern string
return System