Click or drag to resize
LogicInput Constructor (String, IDictionaryString, Object)
Logic with name and input parameters

Namespace: FlexRule.Validation
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public LogicInput(
	string logicName,
	IDictionary<string, Object> inputParameters
)

Parameters

logicName
Type: SystemString
inputParameters
Type: System.Collections.GenericIDictionaryString, Object
See Also