| DecisionTableBuilderBuild Method |
Builds the final table
Namespace: FlexRule.Decisions.TablesAssembly: FlexRule.Decisions (in FlexRule.Decisions.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxpublic 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