CalcEngine for .NET
C1.CalcEngine Namespace / ExpressionItem Class / ExpressionItem Constructor / ExpressionItem Constructor(String,String,String,ItemType)
The name of expression item.
The name of expression item in syntax of filter expression.
The description of expression item.
The type of expression item.

In This Topic
    ExpressionItem Constructor(String,String,String,ItemType)
    In This Topic
    Initializes a new instance of the ExpressionItem class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String, _
       ByVal syntax As String, _
       ByVal description As String, _
       ByVal type As ItemType _
    )
    public ExpressionItem( 
       string name,
       string syntax,
       string description,
       ItemType type
    )

    Parameters

    name
    The name of expression item.
    syntax
    The name of expression item in syntax of filter expression.
    description
    The description of expression item.
    type
    The type of expression item.
    See Also