Click or drag to resize
TableLoad Method

Namespace: FlexRule.Decisions.Tables.Definitions
Assembly: FlexRule.Decisions (in FlexRule.Decisions.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static IIterable<ITable> Load(
	IIterable<IIterable<ICell>> matrix,
	IValueTransformer entries = null,
	IElementModel sourceModel = null
)

Parameters

matrix
Type: FlexRuleIIterableIIterableICell
entries (Optional)
Type: FlexRule.Decisions.Tables.ReadersIValueTransformer
sourceModel (Optional)
Type: FlexRule.Core.ModelIElementModel

Return Value

Type: IIterableITable
See Also