| NextActivityScheduleBase Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Slickflow.Engine.Xpdl
 Syntax
Syntaxinternal abstract class NextActivityScheduleBase
The NextActivityScheduleBase type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | NextActivityScheduleBase | Initializes a new instance of the NextActivityScheduleBase class | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddChildToGatewayComponent | 
            把子节点添加到网关路由节点,根据网关节点和子节点是否为空处理
             | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetNextActivityListFromGateway | 
            根据网关类型获取下一步节点列表的抽象方法
             | 
|  | GetNextActivityListFromGatewayCore | 
            根据Transition,获取下一步节点列表
             | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | _processModel | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ProcessModel | 
 See Also
See Also