Class DefaultParseContext
Inheritance
System.Object
DefaultParseContext
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class DefaultParseContext : IParserContext
Fields
|
Edit this page
View Source
TEMPLATE_EXPRESSION
Declaration
public static readonly IParserContext TEMPLATE_EXPRESSION
Field Value
Type |
Description |
IParserContext |
|
Properties
|
Edit this page
View Source
ExpressionPrefix
Declaration
public string ExpressionPrefix { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ExpressionSuffix
Declaration
public string ExpressionSuffix { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
IsTemplate
Declaration
public bool IsTemplate { get; }
Property Value
Type |
Description |
System.Boolean |
|