Interface IGetsBuiltinContextsProvider
An object which gets an instance of BuiltinContextsProvider for a specified expression context and rendering configuration.
Namespace: ZptSharp.Expressions
Assembly: ZptSharp.dll
Syntax
public interface IGetsBuiltinContextsProvider
Methods
| Improve this Doc View SourceGetBuiltinContextsProvider(ExpressionContext, RenderingConfig)
Gets the builtin contexts provider for the specified context & config.
Declaration
IGetsDictionaryOfNamedTalesValues GetBuiltinContextsProvider(ExpressionContext context, RenderingConfig config)
Parameters
Type | Name | Description |
---|---|---|
ExpressionContext | context | Expression context. |
RenderingConfig | config | Rendering configuration. |
Returns
Type | Description |
---|---|
IGetsDictionaryOfNamedTalesValues | The builtin contexts provider. |