C# Class DynActProvSample.Controllers.EditAction

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

Public Methods

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

Method Details

EditAction() public method

public EditAction ( 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