[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.NewExpressionInfo

NewExpressionInfo Class

Represents a constructor in an expression, such as new.

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

Constructors

Name Description
NewExpressionInfo(string, ExpressionResultType, string, ExpressionInfo[])

Initializes a new instance of the NewExpressionInfo class

Properties

Name Description
Arguments

Gets call arguments.

QualifierName

Gets qualifier name

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