C# 클래스 Castle.MonoRail.Framework.DelegateDynamicAction

Represents a dynamic action that forwards the call to an ActionDelegate
상속: IDynamicAction
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
DelegateDynamicAction ( ActionDelegate actionDelegate )

Initializes a new instance of the DelegateDynamicAction class.

Execute ( Controller controller ) : void

Implementors should perform the action upon this invocation

메소드 상세

DelegateDynamicAction() 공개 메소드

Initializes a new instance of the DelegateDynamicAction class.
public DelegateDynamicAction ( ActionDelegate actionDelegate )
actionDelegate ActionDelegate The action delegate.

Execute() 공개 메소드

Implementors should perform the action upon this invocation
public Execute ( Controller controller ) : void
controller Controller
리턴 void