Class Selection
Inheritance
System.Object
Selection
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class Selection : SpelNode, ISpelNode
Constructors
|
Edit this page
View Source
Selection(Boolean, Int32, Int32, Int32, SpelNode)
Declaration
public Selection(bool nullSafe, int variant, int startPos, int endPos, SpelNode expression)
Parameters
Type |
Name |
Description |
System.Boolean |
nullSafe |
|
System.Int32 |
variant |
|
System.Int32 |
startPos |
|
System.Int32 |
endPos |
|
SpelNode |
expression |
|
Fields
|
Edit this page
View Source
ALL
Declaration
public const int ALL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
FIRST
Declaration
public const int FIRST = null
Field Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
LAST
Declaration
public const int LAST = null
Field Value
Type |
Description |
System.Int32 |
|
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