[]
        
(Showing Draft Content)

C1.ExpressionEditor.Engine.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)
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)
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.