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

Inheritance: IRestrictionMapper
Afficher le fichier Open project: nathan-alden/junior-route Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ParseWords ( string value ) : IEnumerable

Method Details

Map() public méthode

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

UrlRelativePathFromRelativeClassNamespaceAndClassNameMapper() public méthode

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
Résultat System