Click or drag to resize
DecisionTableBuilderBuild Method
Builds the final table

Namespace: FlexRule.Decisions.Tables
Assembly: FlexRule.Decisions (in FlexRule.Decisions.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public IIterable<ITable> Build(
	IElementModel modelSource = null
)

Parameters

modelSource (Optional)
Type: FlexRule.Core.ModelIElementModel
A reference to the actual model for the table. When null, in source information does not provide reference to it

Return Value

Type: IIterableITable
See Also