[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionItem.-ctor

ExpressionItem Constructor

ExpressionItem(string, string, ItemType)

Initializes a new instance of the ExpressionItem class.

Declaration
public ExpressionItem(string name, string syntax, ItemType type)
Public Sub New(name As String, syntax As String, type As ItemType)
Parameters
Type Name Description
string name

The name of expression item.

string syntax

The name of expression item in syntax of filter expression.

ItemType type

The type of expression item.

ExpressionItem(string, string, string, ItemType)

Initializes a new instance of the ExpressionItem class.

Declaration
public ExpressionItem(string name, string syntax, string description, ItemType type)
Public Sub New(name As String, syntax As String, description As String, type As ItemType)
Parameters
Type Name Description
string name

The name of expression item.

string syntax

The name of expression item in syntax of filter expression.

string description

The description of expression item.

ItemType type

The type of expression item.