[]
Initializes a new instance of the ExpressionInfo class.
public IdentifierExpressionInfo(string expression, ExpressionResultType resultType, ExpressionInfo qualifier, string identifier)
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. |
Initializes a new instance of the ExpressionInfo class.
public IdentifierExpressionInfo(string expression, ExpressionResultType resultType, string identifier)
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. |