FilterKeywordRules Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
Conjunction | 1 | The keyword is used as a conjunction. | |
Negation | 2 | The keyword is used to negate the expression. | |
Comparison | 4 | The keyword is used as a comparison operator. | |
Symbolic | 8 | The keyword is symbolic rather than textual (e.g. "=" vs. "contains"). | |
NoDelim | 16 | Keyword must be delimited from value with whitespace. | |
NoParse | 32 | The keyword may be used programmatically using its symbol, or for localizing the description, but will not be parsed from a user-provided filter string. | |
TypeSpecificMask | 16711680 | A mask used to identify type-specific rules (e.g. rules that apply only to DateTime values). | |
DateTime | 65536 | The keyword applies to date/time values only. | |
String | 131072 | The keyword applies to string values only. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.