Click or drag to resize
ActivityResource Constructor
Initializes a new instance of the ActivityResource class

Namespace: Slickflow.Engine.Common
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal ActivityResource(
	WfAppRunner runner,
	IDictionary<string, PerformerList> nextActivityPerformers,
	IDictionary<string, string> conditionKeyValuePair = null,
	IDictionary<string, string> dynamicVariables = null
)

Parameters

runner
Type: Slickflow.Engine.CommonWfAppRunner
nextActivityPerformers
Type: System.Collections.GenericIDictionaryString, PerformerList
conditionKeyValuePair (Optional)
Type: System.Collections.GenericIDictionaryString, String
dynamicVariables (Optional)
Type: System.Collections.GenericIDictionaryString, String
See Also