WordManagerSetting

Derived from BaseCleansingSettings

Properties


NameTypeDefinition
SearchValuestringvalue to search in the column
publicToDeleteboolshould value be deleted?
ReplaceValuestringstring for replacing original value
ReplaceTypeWordManagerReplaceTypehow the original value will be searched:

whole word
any part
* whole value
WordManagerReplaceTypeenumWord 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