Click or drag to resize
ITableReaderGetTables Method
Reads the content as a table

Namespace: FlexRule.Decisions.Tables.Readers
Assembly: FlexRule.Decisions (in FlexRule.Decisions.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
IIterable<ITable> GetTables(
	IRuleSet ruleSet = null,
	string baseFolder = null
)

Parameters

ruleSet (Optional)
Type: FlexRule.Core.ModelIRuleSet
RuleSet reference to load the dependencies from
baseFolder (Optional)
Type: SystemString
Base folder address to load the rest of dependencies from

Return Value

Type: IIterableITable
Remarks
Only one of ruleSet or baseFolder can be used, or both can be null which means no dependencies will be resolved at execution plan creation.
See Also