Table of Contents

Class VariableBuildingContext

Namespace
Fluxzy.Rules
Assembly
Fluxzy.Core.dll
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 ExchangeContext
exchange Exchange
connection Connection
filterScope FilterScope

Properties

Connection

public Connection? Connection { get; }

Property Value

Connection

Exchange

public Exchange? Exchange { get; }

Property Value

Exchange

ExchangeContext

public ExchangeContext ExchangeContext { get; }

Property Value

ExchangeContext

LazyVariableEvaluations

public IDictionary<string, Func<string>> LazyVariableEvaluations { get; }

Property Value

IDictionary<string, Func<string>>