DisplayFormatParser.TokenType enum
Represents type of the token.
public enum Korzh.EasyQuery.DisplayFormatParser.TokenType : EnumPackage: Korzh.EasyQuery (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.dll
| Name | Value | Description |
|---|---|---|
| Text | 0 | The token contains just text. |
| Operator | 1 | The token represents an operator. |
| Expression | 2 | The token represents an expression. |