Click or drag to resize
ProcessModelGetForwardXmlTransitionNode Method (String, String)
获取活动转移的节点信息

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
private XmlNode GetForwardXmlTransitionNode(
	string fromActivityGUID,
	string toActivityGUID
)

Parameters

fromActivityGUID
Type: SystemString
toActivityGUID
Type: SystemString

Return Value

Type: XmlNode
See Also