Click or drag to resize
NextActivityScheduleSplit Class
分支类型,获取下一步节点列表
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.XpdlNextActivityScheduleBase
    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 class NextActivityScheduleSplit : NextActivityScheduleBase

The NextActivityScheduleSplit type exposes the following members.

Constructors
  NameDescription
Protected methodNextActivityScheduleSplit
Initializes a new instance of the NextActivityScheduleSplit class
Top
Methods
  NameDescription
Protected methodAddChildToGatewayComponent
把子节点添加到网关路由节点,根据网关节点和子节点是否为空处理
(Inherited from NextActivityScheduleBase.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetNextActivityListFromGateway
获取下一步节点列表
(Overrides NextActivityScheduleBaseGetNextActivityListFromGateway(TransitionEntity, ActivityEntity, IDictionaryString, String, NextActivityMatchedType).)
Protected methodGetNextActivityListFromGatewayCore
根据Transition,获取下一步节点列表
(Inherited from NextActivityScheduleBase.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected field_processModel (Inherited from NextActivityScheduleBase.)
Top
Properties
  NameDescription
Protected propertyProcessModel (Inherited from NextActivityScheduleBase.)
Top
See Also