Click or drag to resize
IValueTransformerAdd Method
Adds the transform rule to table or column

Namespace: FlexRule.Decisions.Tables.Readers
Assembly: FlexRule.Decisions (in FlexRule.Decisions.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
void Add(
	string from,
	string to,
	bool ignoreCase,
	string column = null
)

Parameters

from
Type: SystemString
Word that is read
to
Type: SystemString
Word to replace with
ignoreCase
Type: SystemBoolean
true if is not case-sensitive
column (Optional)
Type: SystemString
See Also