ActiveElementEngineOnRunning Method (IDictionaryString, Object) |
Prepare and validates the input parameters of an engine
Namespace: FlexRuleAssembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxprotected abstract void OnRunning(
IDictionary<string, Object> inputParameters
)
Parameters
- inputParameters
- Type: System.Collections.GenericIDictionaryString, Object
Required input parameters as a name/value dictionary. Name must match the model input parameter
See Also