C# Class DynActProvSample.Controllers.CreateAction

Inheritance: IDynamicAction
Datei anzeigen Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
CreateAction ( Type arType, String prefix ) : System
Execute ( Controller controller ) : void

Method Details

CreateAction() public method

public CreateAction ( Type arType, String prefix ) : System
arType System.Type
prefix String
return System

Execute() public method

public Execute ( Controller controller ) : void
controller Castle.MonoRail.Framework.Controller
return void