[]
        
(Showing Draft Content)

C1.CalcEngine.ItemType

ItemType Enum

Determines the type of a ExpressionItem.

Namespace: C1.CalcEngine
Assembly: C1.CalcEngine.dll
Syntax
[Flags]
public enum ItemType

Fields

Name Description
AggregateFuncs

The aggregate function.

Constant

The constant.

ConvertFuncs

The conversion function.

DateTimeFuncs

The date and time function.

Field

The field of data source.

LogicalFuncs

The logical function.

MathFuncs

The math or trigonometry function.

None

Not determined.

Operator

The expression operator.

TextFuncs

The text function.