Click or drag to resize
DecisionTableEngine Constructor (Validator, TableBehaviour)

Namespace: FlexRule.Decisions.Tables
Assembly: FlexRule.Decisions (in FlexRule.Decisions.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public DecisionTableEngine(
	Validator validator,
	TableBehaviour behaviour
)

Parameters

validator
Type: FlexRule.ValidationValidator
behaviour
Type: FlexRule.Decisions.Tables.ParserTableBehaviour
See Also