WordManagerSetting
Derived from BaseCleansingSettings
Properties
Name | Type | Definition |
---|---|---|
SearchValue | string | value to search in the column |
publicToDelete | bool | should value be deleted? |
ReplaceValue | string | string for replacing original value |
ReplaceType | WordManagerReplaceType | how the original value will be searched: whole word any part * whole value |
WordManagerReplaceType | enum | Word manager replace type: WholeWord = 0 replace if given SearchValue is separate word AnyPart = 1 replace if given SearchValue is any part of the word or string (including separate word) * WholeValue = 2 replace if given SearchValue is a value itself |
Updated over 3 years ago