Class ServiceReference
Inheritance
System.Object
ServiceReference
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class ServiceReference : SpelNode, ISpelNode
Constructors
|
Edit this page
View Source
ServiceReference(Int32, Int32, String)
Declaration
public ServiceReference(int startPos, int endPos, string serviceName)
Parameters
Type |
Name |
Description |
System.Int32 |
startPos |
|
System.Int32 |
endPos |
|
System.String |
serviceName |
|
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