Click or drag to resize
DecisionTableBuilderAddActionCall Method
Adds an action column

Namespace: FlexRule.Decisions.Tables
Assembly: FlexRule.Decisions (in FlexRule.Decisions.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public DecisionTableBuilder AddActionCall(
	string name,
	string expression,
	LoopInfo loop = null
)

Parameters

name
Type: SystemString
expression
Type: SystemString
loop (Optional)
Type: FlexRule.Decisions.Tables.DefinitionsLoopInfo

Return Value

Type: DecisionTableBuilder
See Also