Click or drag to resize
LogicInput Constructor (String, 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,
	params Object[] inputParameters
)

Parameters

logicName
Type: SystemString
inputParameters
Type: SystemObject
See Also