Click or drag to resize
NextActivityScheduleBase Class
节点调度基类
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.XpdlNextActivityScheduleBase
    Slickflow.Engine.XpdlNextActivityScheduleJoin
    Slickflow.Engine.XpdlNextActivityScheduleSplit

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal abstract class NextActivityScheduleBase

The NextActivityScheduleBase type exposes the following members.

Constructors
  NameDescription
Protected methodNextActivityScheduleBase
Initializes a new instance of the NextActivityScheduleBase class
Top
Methods
  NameDescription
Protected methodAddChildToGatewayComponent
把子节点添加到网关路由节点,根据网关节点和子节点是否为空处理
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetNextActivityListFromGateway
根据网关类型获取下一步节点列表的抽象方法
Protected methodGetNextActivityListFromGatewayCore
根据Transition,获取下一步节点列表
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected field_processModel
Top
Properties
  NameDescription
Protected propertyProcessModel
Top
See Also