[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.FunctionExpressionInfo

FunctionExpressionInfo Class

Represents an expression that is a constant value.

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

Constructors

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

Initializes a new instance of the FunctionExpressionInfo.

Properties

Name Description
Arguments

Gets call arguments.

MethodName

Gets name of method to be called.

Qualifier

Gets call target.

Methods

Name Description
Children()

Gets child sub-expressions.

Equals(ExpressionInfo)

Overloaded. 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