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

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

Méthodes publiques

Méthode Description
MapAsync ( Type type, MethodInfo method ) : Task
NameAfterRelativeClassNamespaceAndClassNameMapper ( string rootNamespace, bool makeLowercase = false, string wordSeparator = " ", string wordRegexPattern = DefaultWordRegexPattern ) : System

Private Methods

Méthode Description
ParseWords ( string value ) : IEnumerable

Method Details

MapAsync() public méthode

public MapAsync ( Type type, MethodInfo method ) : Task
type System.Type
method System.Reflection.MethodInfo
Résultat Task

NameAfterRelativeClassNamespaceAndClassNameMapper() public méthode

public NameAfterRelativeClassNamespaceAndClassNameMapper ( string rootNamespace, bool makeLowercase = false, string wordSeparator = " ", string wordRegexPattern = DefaultWordRegexPattern ) : System
rootNamespace string
makeLowercase bool
wordSeparator string
wordRegexPattern string
Résultat System