| NextActivityComponentFactory Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Slickflow.Engine.Xpdl
 Syntax
Syntaxpublic class NextActivityComponentFactory
The NextActivityComponentFactory type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | NextActivityComponentFactory | Initializes a new instance of the NextActivityComponentFactory class | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | CreateNextActivityComponent | 
            创建根显示节点
             | 
|   | CreateNextActivityComponent(NextActivityComponent) | 
            根据现有下一步节点列表,创建新的下一步节点列表对象
             | 
|   | CreateNextActivityComponent(ActivityEntity, ActivityEntity) | 
            创建跳转节点(强制拉取跳转方式,后续节点状态可以强制拉取前置节点到当前节点[后续节点])
             | 
|   | CreateNextActivityComponent(TransitionEntity, ActivityEntity) | 
            创建下一步活动的节点
             | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also