Table of Contents

Class MashupSource

Namespace
Bonsai.Design
Assembly
Bonsai.Design.dll

Represents an association between a workflow element and a type visualizer to be combined in a MashupVisualizer.

public class MashupSource : ITypeVisualizerContext
Inheritance
MashupSource
Implements
Inherited Members

Constructors

MashupSource(InspectBuilder, DialogTypeVisualizer)

Initializes a new instance of the MashupSource class using the specified source and type visualizer.

public MashupSource(InspectBuilder source, DialogTypeVisualizer visualizer)

Parameters

source InspectBuilder

The source of runtime notifications to be visualized.

visualizer DialogTypeVisualizer

The type visualizer used to display notifications from the source in the context of the mashup combination.

Properties

Source

Gets the source of runtime notifications to be visualized.

public InspectBuilder Source { get; }

Property Value

InspectBuilder

Visualizer

Gets the type visualizer used to display notifications from the source in the context of the mashup combination.

public DialogTypeVisualizer Visualizer { get; }

Property Value

DialogTypeVisualizer