[]
        
(Showing Draft Content)

C1.ExpressionEditor.Engine.ExpressionItem

ExpressionItem Class

Represents a expression item for a IExpressionLexer.

Inheritance
ExpressionItem
Implements
Namespace: C1.ExpressionEditor.Engine
Assembly: C1.Win.ExpressionEditor.8.dll
Syntax
public class ExpressionItem : IComparable

Constructors

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.

Properties

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.