Click or drag to resize
IAction Interface
Defines an action to be executed during the processing of a request.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public interface IAction

The IAction type exposes the following members.

Methods
  NameDescription
Public methodAct
Makes the action.
Top
Remarks
When you create an IAction, you also must create a corresponding IActionFactory to be declared in the application's configuration file (see the action creation how-to).
See Also