Show / Hide Table of Contents

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 Source

GetBuiltinContextsProvider(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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX