[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.IdentifierExpressionInfo.-ctor

IdentifierExpressionInfo Constructor

IdentifierExpressionInfo(string, ExpressionResultType, ExpressionInfo, string)

Initializes a new instance of the ExpressionInfo class.

Declaration
public IdentifierExpressionInfo(string expression, ExpressionResultType resultType, ExpressionInfo qualifier, string identifier)
Parameters
Type Name Description
string expression

The string representation of the expression. If null or empty, it will be generated based on the identifier and optional qualifier.

ExpressionResultType resultType

The type of result expected from evaluating the expression.

ExpressionInfo qualifier

An ExpressionInfo that qualifies the identifier.

string identifier

The name of the identifier represented by this expression.

IdentifierExpressionInfo(string, ExpressionResultType, string)

Initializes a new instance of the ExpressionInfo class.

Declaration
public IdentifierExpressionInfo(string expression, ExpressionResultType resultType, string identifier)
Parameters
Type Name Description
string expression

The string representation of the expression. If null or empty, it will be generated based on the identifier.

ExpressionResultType resultType

The type of result expected from evaluating the expression.

string identifier

The name of the identifier represented by this expression.