Table of Contents

Class MashupSourceCollection

Namespace
Bonsai.Design
Assembly
Bonsai.Design.dll

Represents a collection of visualizer sources to be combined in a mashup visualizer.

public class MashupSourceCollection : Collection<MashupSource>, IList<MashupSource>, ICollection<MashupSource>, IList, ICollection, IReadOnlyList<MashupSource>, IReadOnlyCollection<MashupSource>, IEnumerable<MashupSource>, IEnumerable
Inheritance
MashupSourceCollection
Implements
Inherited Members

Methods

Add(InspectBuilder, DialogTypeVisualizer)

Adds a visualizer source to the end of the collection.

public MashupSource Add(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.

Returns

MashupSource

A MashupSource representing the visualizer source being added to the collection.