Table of Contents

Enum ExpressionType

Namespace
combit.Expressions
Assembly
combit.ListLabel31.CrossPlatform.dll

Specifies the type of an expression.

[Flags]
public enum ExpressionType

Fields

All = Double | Date | String | Boolean | Drawing | Barcode

Represents all expression types.

Barcode = 32

Barcode expression type.

Boolean = 8

Boolean expression type.

Date = 2

Date expression type.

Double = 1

Double expression type.

Drawing = 16

Drawing expression type.

String = 4

String expression type.

Unknown = 0

Unknown expression type.