Class DialogTypeVisualizer
Provides the abstract base class for type visualizers.
public abstract class DialogTypeVisualizer
  - Inheritance
 - 
      
      DialogTypeVisualizer
 
- Derived
 
- Inherited Members
 
Methods
- Load(IServiceProvider)
 Loads type visualizer resources using the specified service provider.
- SequenceCompleted()
 Updates the type visualizer when one of the active subscriptions gracefully terminates.
- Show(object)
 Updates the type visualizer to display the specified value object.
- Unload()
 Unloads all type visualizer resources.
- Visualize(IObservable<IObservable<object>>, IServiceProvider)
 Creates an observable sequence used to visualize all notifications emitted by a workflow operator, using this type visualizer and the specified service provider.