Interface IParserContext
Context that gets passed along a bean definition parsing process,
encapsulating all relevant configuration as well as state.
TODO: This interface is not complete
Assembly: Steeltoe.Common.Abstractions.dll
Syntax
public interface IParserContext
Properties
|
Edit this page
View Source
ExpressionPrefix
Declaration
string ExpressionPrefix { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ExpressionSuffix
Declaration
string ExpressionSuffix { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
IsTemplate
Declaration
Property Value
Type |
Description |
System.Boolean |
|