| Class | Description |
| AbstractAction |
AbstractAction is a base class for all classes implementing IAction . |
| AbstractServiceInvoker |
AbstractServiceInvoker is the base class for all the IAction that have inner-handlers/actions. |
| BaseAction |
BaseAction is the base class for all the IAction s that have Properties
|
| DataCopier |
The DataSaver tag allows you to save values into some object. |
| InlineInvoker |
Allows calling an inline function (a function defined in the event map)
or calling a static function in any class. |
| PropertyInjector |
PropertyInjector sets a value from an object (source) to a destination (target). |
| StopHandlers |
The StopHandlers tag lets you stop a certain IActionList
before it reaches the end of the listeners list. |