Skip to content

DisplayFormatParser.TokenType enum

Represents type of the token.

public enum Korzh.EasyQuery.DisplayFormatParser.TokenType
: Enum

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

NameValueDescription
Text0The token contains just text.
Operator1The token represents an operator.
Expression2The token represents an expression.