C# Class DynActProvSample.Controllers.CreateAction

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

Méthodes publiques

Méthode Description
CreateAction ( Type arType, String prefix ) : System
Execute ( Controller controller ) : void

Method Details

CreateAction() public méthode

public CreateAction ( Type arType, String prefix ) : System
arType System.Type
prefix String
Résultat System

Execute() public méthode

public Execute ( Controller controller ) : void
controller Castle.MonoRail.Framework.Controller
Résultat void