Click or drag to resize

FilterKeywordRules Enumeration

Rules for how a particular filter keyword is used.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum FilterKeywordRules
Members
  Member nameValueDescription
Conjunction1The keyword is used as a conjunction.
Negation2The keyword is used to negate the expression.
Comparison4The keyword is used as a comparison operator.
Symbolic8The keyword is symbolic rather than textual (e.g. "=" vs. "contains").
NoDelim16Keyword must be delimited from value with whitespace.
NoParse32 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.
TypeSpecificMask16711680A mask used to identify type-specific rules (e.g. rules that apply only to DateTime values).
DateTime65536The keyword applies to date/time values only.
String131072The keyword applies to string values only.
See Also