CLab# 1.0 API Documentation

Common.ExprType Enumeration

Defines enum values for expression types.

public enum Common.ExprType

Members

Member Name Description
et_val Integer
et_id ID
et_neg Negated expression (Neg)
et_not Inverted expression (Not)
et_impl Expression with imply operator
et_or Expression with OR operator
et_and Expression with AND operator
et_lte Expression with Less than or equal operator
et_gte Expression with Greater than or equal operator
et_lt Expression with Less than operator
et_gt Expression with Greater than operator
et_ne Expression with Not equal operator
et_eq Expression with Equal operator
et_minus Expression with substract operator
et_plus Expression with add operator
et_mod Expression with modulo operator
et_div Expression with division operator
et_times Expression with multiply operator

Requirements

Namespace: CLab

Assembly: CLab (in CLab.dll)

See Also

CLab Namespace