Class TemplateParserContext
Inheritance
System.Object
TemplateParserContext
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class TemplateParserContext : IParserContext
Constructors
|
Edit this page
View Source
TemplateParserContext()
Declaration
public TemplateParserContext()
|
Edit this page
View Source
TemplateParserContext(String, String)
Declaration
public TemplateParserContext(string expressionPrefix, string expressionSuffix)
Parameters
Type |
Name |
Description |
System.String |
expressionPrefix |
|
System.String |
expressionSuffix |
|
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 |
|