ActionManager class.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)

Syntax

C#
[SerializableAttribute]
public class ActionManager
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ActionManager
Visual C++
[SerializableAttribute]
public ref class ActionManager

Remarks

ActionManager is exposed from the SystemData and is a high level class used to run actions. An instance of this class is already instantiated when a system is built

Inheritance Hierarchy

System..::.Object
  RightEdge.Common..::.ActionManager

See Also