C# 클래스 Castle.MonoRail.Framework.Test.MockScaffoldingSupport

Represents a mock implementation of IScaffoldingSupport for unit test purposes.
상속: IScaffoldingSupport
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
Process ( Controller controller ) : void

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

메소드 상세

Process() 공개 메소드

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
리턴 void