C# Class Castle.MonoRail.MethodActionExecutor

Inheritance: ActionExecutor
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
Execute ( object controller ) : void
MethodActionExecutor ( MethodInfo actionMethod ) : System.Reflection

Initializes a new instance of the MethodActionExecutor class.

Method Details

Execute() public méthode

public Execute ( object controller ) : void
controller object
Résultat void

MethodActionExecutor() public méthode

Initializes a new instance of the MethodActionExecutor class.
public MethodActionExecutor ( MethodInfo actionMethod ) : System.Reflection
actionMethod System.Reflection.MethodInfo The action method.
Résultat System.Reflection