Click or drag to resize
ProcessModelAddChildToNewGatewayComponent Method
添加子节点到网关节点

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
private NextActivityComponent AddChildToNewGatewayComponent(
	NextActivityComponent newRoot,
	NextActivityComponent root,
	NextActivityComponent child
)

Parameters

newRoot
Type: Slickflow.Engine.XpdlNextActivityComponent
新的根节点
root
Type: Slickflow.Engine.XpdlNextActivityComponent
根节点
child
Type: Slickflow.Engine.XpdlNextActivityComponent
子节点

Return Value

Type: NextActivityComponent
下一步活动节点
See Also