Click or drag to resize
ITableParserParse Method (IEnumerableITable)
Parse tables to IElementModel

Namespace: FlexRule.Decisions.Tables.Parser
Assembly: FlexRule.Decisions (in FlexRule.Decisions.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
IIterable<IElementModel> Parse(
	IEnumerable<ITable> tables
)

Parameters

tables
Type: System.Collections.GenericIEnumerableITable
Table expressions

Return Value

Type: IIterableIElementModel
See Also