protected enum UnitSearchType| StartsWith | 0 | Quantity Id starts with this string |
| EndsWith | 1 | Quantity Id ends with this string |
| Regex | 2 | Use regular expression for matching quantity Id |
| IsOneOf |
Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions) |