Click or drag to resize
ActionExecutor Class
Action 执行器类
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.Core.PatternActionExecutor

Namespace: Slickflow.Engine.Core.Pattern
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal class ActionExecutor

The ActionExecutor type exposes the following members.

Constructors
  NameDescription
Public methodActionExecutor
Initializes a new instance of the ActionExecutor class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodExecteActionList
Action 的执行方法
Protected methodExecute
调用外部事件方法的实现过程 操作参数
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also