Click or drag to resize
ActionExecutorExecteActionList Method
Action 的执行方法

Namespace: Slickflow.Engine.Core.Pattern
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal void ExecteActionList(
	IList<ActionEntity> actionList,
	IDictionary<string, ActionParameterInternal> actionMethodParameters
)

Parameters

actionList
Type: System.Collections.GenericIListActionEntity
操作列表
actionMethodParameters
Type: System.Collections.GenericIDictionaryString, ActionParameterInternal
参数列表
See Also