Click or drag to resize
IExecuteActionListExecteActionList Method

[Missing <summary> documentation for "M:Slickflow.Engine.Core.Pattern.IExecuteActionList.ExecteActionList(System.Collections.Generic.IList{Slickflow.Engine.Xpdl.ActionEntity},System.Collections.Generic.IDictionary{System.String,Slickflow.Engine.Common.ActionParameterInternal})"]

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

Parameters

actionList
Type: System.Collections.GenericIListActionEntity
actionMethodParameters
Type: System.Collections.GenericIDictionaryString, ActionParameterInternal
See Also