Class QualifiedIdentifier
Inheritance
System.Object
QualifiedIdentifier
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class QualifiedIdentifier : SpelNode, ISpelNode
Constructors
|
Edit this page
View Source
QualifiedIdentifier(Int32, Int32, SpelNode[])
Declaration
public QualifiedIdentifier(int startPos, int endPos, params SpelNode[] operands)
Parameters
Type |
Name |
Description |
System.Int32 |
startPos |
|
System.Int32 |
endPos |
|
SpelNode[] |
operands |
|
Methods
|
Edit this page
View Source
GetValueInternal(ExpressionState)
Declaration
public override ITypedValue GetValueInternal(ExpressionState state)
Parameters
Returns
Type |
Description |
ITypedValue |
|
Overrides
|
Edit this page
View Source
ToStringAST()
Declaration
public override string ToStringAST()
Returns
Type |
Description |
System.String |
|
Overrides
Implements