Table of Contents

Class TransformContext

Namespace
Fluxzy.Rules.Actions
Assembly
Fluxzy.Core.dll
public class TransformContext
Inheritance
TransformContext
Inherited Members

Constructors

TransformContext(ExchangeContext, Exchange, Connection?)

public TransformContext(ExchangeContext exchangeContext, Exchange exchange, Connection? connection)

Parameters

exchangeContext ExchangeContext
exchange Exchange
connection Connection

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