Class MashupSource
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
InspectBuilderThe source of runtime notifications to be visualized.
visualizer
DialogTypeVisualizerThe 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
Visualizer
Gets the type visualizer used to display notifications from the source in the context of the mashup combination.
public DialogTypeVisualizer Visualizer { get; }