C# Class Castle.MonoRail.Framework.Test.MockScaffoldingSupport

Represents a mock implementation of IScaffoldingSupport for unit test purposes.
Inheritance: IScaffoldingSupport
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
Process ( Controller controller ) : void

Implementors should use this method to read information from the controller instance and add dynamic actions to the controller.

Method Details

Process() public méthode

Implementors should use this method to read information from the controller instance and add dynamic actions to the controller.
public Process ( Controller controller ) : void
controller Controller
Résultat void