C# Класс Castle.MonoRail.Framework.DelegateDynamicAction

Represents a dynamic action that forwards the call to an ActionDelegate
Наследование: IDynamicAction
Показать файл Открыть проект

Открытые методы

Метод Описание
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