Class Projection
Inheritance
System.Object
Projection
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class Projection : SpelNode, ISpelNode
Constructors
|
Edit this page
View Source
Projection(Boolean, Int32, Int32, SpelNode)
Declaration
public Projection(bool nullSafe, int startPos, int endPos, SpelNode expression)
Parameters
Type |
Name |
Description |
System.Boolean |
nullSafe |
|
System.Int32 |
startPos |
|
System.Int32 |
endPos |
|
SpelNode |
expression |
|
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
GetValueRef(ExpressionState)
Declaration
protected override IValueRef GetValueRef(ExpressionState state)
Parameters
Returns
Overrides
|
Edit this page
View Source
ToStringAST()
Declaration
public override string ToStringAST()
Returns
Type |
Description |
System.String |
|
Overrides
Implements