[]
Initializes a new instance of the ExpressionItem class.
public ExpressionItem(string name, string syntax, ItemType type)
| 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. |
Initializes a new instance of the ExpressionItem class.
public ExpressionItem(string name, string syntax, string description, ItemType type)
| 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. |