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

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

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