Click or drag to resize

SPICE3IOMonitorView Class

Interaction logic for SPICE3IOMonitorView.xaml
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsContentControl
                System.Windows.ControlsUserControl
                  RAYLASE.Shared.GUIBaseBindableView
                    RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3SPICE3IOMonitorView

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.27.0
Syntax
C#
public class SPICE3IOMonitorView : BaseBindableView, 
	IDisposable, IComponentConnector

The SPICE3IOMonitorView type exposes the following members.

Constructors
 NameDescription
Public methodSPICE3IOMonitorViewInitializes a new instance of the SPICE3IOMonitorView class
Top
Properties
 NameDescription
Public propertyClient 
Public propertyIsRunning 
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the SPICE3IOMonitorView
Public methodInitializeComponent InitializeComponent
Protected methodRaisePropertyChanged Raises this object's PropertyChanged event.
(Inherited from BaseBindableView)
Public methodSetPorts 
Protected methodSetPropertyT Checks if a property already matches a desired value. Sets the property and notifies listeners only when necessary.
(Inherited from BaseBindableView)
Public methodStart 
Public methodStop 
Top
Events
 NameDescription
Public eventPropertyChanged Raised whenever a property value has changed.
(Inherited from BaseBindableView)
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodIComponentConnectorConnectAttaches events and names to compiled content.
Top
See Also