ActionExecutorExecteActionList Method |
Action 的执行方法
Namespace: Slickflow.Engine.Core.PatternAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntaxinternal void ExecteActionList(
IList<ActionEntity> actionList,
IDictionary<string, ActionParameterInternal> actionMethodParameters
)
Parameters
- actionList
- Type: System.Collections.GenericIListActionEntity
操作列表 - actionMethodParameters
- Type: System.Collections.GenericIDictionaryString, ActionParameterInternal
参数列表
See Also