Click or drag to resize
ActiveElementEngineOnRunning Method (IDictionaryString, Object)
Prepare and validates the input parameters of an engine

Namespace: FlexRule
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
protected 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