Click or drag to resize
NextActivityComponentFactory Class
下一步节点的工厂类
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.XpdlNextActivityComponentFactory

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public class NextActivityComponentFactory

The NextActivityComponentFactory type exposes the following members.

Constructors
  NameDescription
Public methodNextActivityComponentFactory
Initializes a new instance of the NextActivityComponentFactory class
Top
Methods
  NameDescription
Protected methodStatic memberCreateNextActivityComponent
创建根显示节点
Protected methodStatic memberCreateNextActivityComponent(NextActivityComponent)
根据现有下一步节点列表,创建新的下一步节点列表对象
Protected methodStatic memberCreateNextActivityComponent(ActivityEntity, ActivityEntity)
创建跳转节点(强制拉取跳转方式,后续节点状态可以强制拉取前置节点到当前节点[后续节点])
Protected methodStatic memberCreateNextActivityComponent(TransitionEntity, ActivityEntity)
创建下一步活动的节点
Public methodEquals (Inherited from Object.)
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