Click or drag to resize
ProcessModelReplaceParameterToValue Method
取代条件表达式中的参数值

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal string ReplaceParameterToValue(
	string expression,
	IDictionary<string, string> dictoinary
)

Parameters

expression
Type: SystemString
dictoinary
Type: System.Collections.GenericIDictionaryString, String

Return Value

Type: String
See Also