C# Class Castle.MonoRail.MethodActionExecutor

Inheritance: ActionExecutor
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
Execute ( object controller ) : void
MethodActionExecutor ( MethodInfo actionMethod ) : System.Reflection

Initializes a new instance of the MethodActionExecutor class.

Method Details

Execute() public method

public Execute ( object controller ) : void
controller object
return void

MethodActionExecutor() public method

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