| IValueTransformer Interface |
Namespace: FlexRule.Decisions.Tables.Readers
public interface IValueTransformer
The IValueTransformer type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Adds the transform rule to table or column
| |
| AddDateTime |
Makes sure values will be surrounded by #
| |
| AddFalse |
Makes sure result to be read as 'false' boolean value
| |
| AddString |
Makes sure values will be surrounded by "
| |
| AddTrue |
Makes sure result to be read as 'true' boolean value
| |
| GetValue |
Gets a new value based of transform rules for table or column
| |
| ImportFromGlossary |
Applies transformer for terms and synonyms
|