C# Class Castle.MonoRail.ActionExecutor

Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
Execute ( object controller ) : void

Protected Methods

Method Description
ActionExecutor ( string name )

Initializes a new instance of the ActionExecutor class.

Method Details

ActionExecutor() protected method

Initializes a new instance of the ActionExecutor class.
protected ActionExecutor ( string name )
name string The name.

Execute() public abstract method

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