CalcEngine for .NET
C1.CalcEngine Namespace / ItemType Enumeration

In This Topic
    ItemType Enumeration
    In This Topic
    Determines the type of a ExpressionItem.
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum ItemType 
       Inherits System.Enum
    [Flags()]
    public enum ItemType : System.Enum 
    Members
    MemberDescription
    AggregateFuncsThe aggregate function.
    ConstantThe constant.
    ConvertFuncsThe conversion function.
    DateTimeFuncsThe date and time function.
    FieldThe field of data source.
    LogicalFuncsThe logical function.
    MathFuncsThe math or trigonometry function.
    NoneNot determined.
    OperatorThe expression operator.
    TextFuncsThe text function.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.CalcEngine.ItemType

    See Also