C# Class Castle.MonoRail.ActionExecutor

Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( object controller ) : void

Méthodes protégées

Méthode Description
ActionExecutor ( string name )

Initializes a new instance of the ActionExecutor class.

Method Details

ActionExecutor() protected méthode

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

Execute() public abstract méthode

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