C# Class Junior.Route.AutoRouting.RestrictionMappers.UrlRelativePathFromRelativeClassNamespaceAndClassNameMapper

Inheritance: IRestrictionMapper
Exibir arquivo Open project: nathan-alden/junior-route Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
ParseWords ( string value ) : IEnumerable

Method Details

Map() public method

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

UrlRelativePathFromRelativeClassNamespaceAndClassNameMapper() public method

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
return System