ActivityResource Constructor |
Namespace: Slickflow.Engine.CommonAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntaxinternal 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