[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.IdentifierExpressionInfo

IdentifierExpressionInfo Class

Represents an identifier in an expression, such as constants or enums.

Inheritance
IdentifierExpressionInfo
Implements
Namespace: GrapeCity.Enterprise.Data.Expressions
Assembly: MESCIUS.ActiveReports.Core.Data.ExpressionInfo.dll
Syntax
public class IdentifierExpressionInfo : ExpressionInfo, IComparable

Constructors

Name Description
IdentifierExpressionInfo(string, ExpressionResultType, ExpressionInfo, string)

Initializes a new instance of the ExpressionInfo class.

IdentifierExpressionInfo(string, ExpressionResultType, string)

Initializes a new instance of the ExpressionInfo class.

Properties

Name Description
Identifier

Gets identifier name referenced by this expression.

Qualifier

Gets expression qualifier

Methods

Name Description
Children()

Gets child sub-expressions.

Equals(ExpressionInfo)

Determines whether the specified ExpressionInfo object represents the same expression as this one.

GenerateExpressionString()

Generates expression string

GetHashCode()

Generates a HashCode for this expression.

Extension Methods