Click or drag to resize

SyntaxElement enumeration

General syntax elements that are used in a logical expression can occur.

Namespace: NetEti.ExpressionParser
Assembly: NetEti.ExpressionParser (in NetEti.ExpressionParser.dll) Version: 1.0.0+20609015c2da6e03a80f381a46b367814c82f34b
Syntax
public enum SyntaxElement
Member
Member nameValueDescription of the
NONE0An operand
GROUP1An opening bracket
UNGROUP2A closing bracket
OPERATOR3A logical or arithmetic operator
LEFT4Left operand for an operator (partial expression)
RIGHT5Right operand for an operator (partial expression)
STRUCT6Prioritised sub-expression (bracketed expression)
See also