Click or drag to resize
ProcessModelTranverse Method
迭代遍历

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
private void Tranverse(
	NextActivityComponent root,
	IList<NodeView> treeNodeList
)

Parameters

root
Type: Slickflow.Engine.XpdlNextActivityComponent
treeNodeList
Type: System.Collections.GenericIListNodeView
See Also