[]
Represents a expression item for a IExpressionLexer.
public class ExpressionItem : IComparable
| Name | Description |
|---|---|
| ExpressionItem(string, string, ItemType) | Initializes a new instance of the ExpressionItem class. |
| ExpressionItem(string, string, string, ItemType) | Initializes a new instance of the ExpressionItem class. |
| Name | Description |
|---|---|
| Arguments | Gets or sets the list of arguments of expression item. |
| Definition | Gets a string with list of arguments. |
| Description | Gets or sets the description of expression item. |
| IsMultiArguments | Gets or sets a value indicating whether the expression element has an argument range. |
| ItemType | Gets or sets the type of expression item. |
| Name | Gets or sets the name of expression item. |
| Syntax | Gets or sets the name of expression item in syntax of filter expression. |