C# Class Calyptus.Mvc.RouteAction

Inheritance: IRouteAction
Afficher le fichier Open project: sebmarkbage/calyptus.mvc Class Usage Examples

Méthodes publiques

Méthode Description
RouteAction ( Type controllerType, MethodInfo method, object parameters, RouteAction childAction ) : System

Method Details

RouteAction() public méthode

public RouteAction ( Type controllerType, MethodInfo method, object parameters, RouteAction childAction ) : System
controllerType System.Type
method System.Reflection.MethodInfo
parameters object
childAction RouteAction
Résultat System