Table of Contents

Class TemplateParserContext

Namespace
Steeltoe.Common.Expression.Internal.Spring.Common
Assembly
Steeltoe.Common.Expression.dll
public class TemplateParserContext : IParserContext
Inheritance
TemplateParserContext
Implements
Inherited Members

Constructors

TemplateParserContext()

public TemplateParserContext()

TemplateParserContext(string, string)

public TemplateParserContext(string expressionPrefix, string expressionSuffix)

Parameters

expressionPrefix string
expressionSuffix string

Properties

ExpressionPrefix

public string ExpressionPrefix { get; }

Property Value

string

ExpressionSuffix

public string ExpressionSuffix { get; }

Property Value

string

IsTemplate

public bool IsTemplate { get; }

Property Value

bool