Class VariableBuildingContext
public class VariableBuildingContext
- Inheritance
-
VariableBuildingContext
- Inherited Members
Constructors
VariableBuildingContext(ExchangeContext, Exchange?, Connection?, FilterScope)
public VariableBuildingContext(ExchangeContext exchangeContext, Exchange? exchange, Connection? connection, FilterScope filterScope)
Parameters
exchangeContext
ExchangeContextexchange
Exchangeconnection
ConnectionfilterScope
FilterScope
Properties
Connection
public Connection? Connection { get; }
Property Value
Exchange
public Exchange? Exchange { get; }
Property Value
ExchangeContext
public ExchangeContext ExchangeContext { get; }
Property Value
LazyVariableEvaluations
public IDictionary<string, Func<string>> LazyVariableEvaluations { get; }