Slickflow .NET 工作流引擎帮助手册
Slickflow .NET 工作流引擎帮助手册
Slickflow .NET Workflow Engine
Slickflow.Engine.Xpdl
ProcessModel Class
ProcessModel Methods
GetForwardTransitionList Method
GetForwardTransitionList Method (String)
GetForwardTransitionList Method (String, IDictionary(String, String))
ProcessModel
GetForwardTransitionList Method (String)
获取当前节点的后续连线的集合
Namespace:
Slickflow.Engine.Xpdl
Assembly:
Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
Copy
public
IList
<
TransitionEntity
>
GetForwardTransitionList
(
string
fromActivityGUID
)
Parameters
fromActivityGUID
Type:
System
String
Return Value
Type:
IList
TransitionEntity
Implements
IProcessModel
GetForwardTransitionList(String)
See Also
Reference
ProcessModel Class
GetForwardTransitionList Overload
Slickflow.Engine.Xpdl Namespace