C# Class WoopsaAds.DiagnosticWindow

Interaction logic for DiagnosticWindow.xaml
Inheritance: System.Windows.Window, INotifyPropertyChanged
Afficher le fichier Open project: woopsa-protocol/Woopsa Class Usage Examples

Méthodes publiques

Méthode Description
AddException ( Exception e ) : void
AddPlcStatus ( PlcStatus plcStatus ) : void
AddToDebug ( string text ) : void
CloseWindow ( ) : void
DiagnosticWindow ( ) : System
InitWindow ( ) : void
PlcStatusChange ( string name, bool status, string statusName ) : void
ResetPlcStatus ( ) : void

Méthodes protégées

Méthode Description
OnClosing ( CancelEventArgs e ) : void

Private Methods

Méthode Description
ButtonClear_Click ( object sender, RoutedEventArgs e ) : void
ButtonClose_Click ( object sender, RoutedEventArgs e ) : void
DoGlobalPropertyChanged ( string propertyName ) : void
DoPropertyChanged ( string propertyName ) : void
Exceptions_ListBox_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
HandleGlobalPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

AddException() public méthode

public AddException ( Exception e ) : void
e System.Exception
Résultat void

AddPlcStatus() public static méthode

public static AddPlcStatus ( PlcStatus plcStatus ) : void
plcStatus PlcStatus
Résultat void

AddToDebug() public static méthode

public static AddToDebug ( string text ) : void
text string
Résultat void

CloseWindow() public méthode

public CloseWindow ( ) : void
Résultat void

DiagnosticWindow() public méthode

public DiagnosticWindow ( ) : System
Résultat System

InitWindow() public méthode

public InitWindow ( ) : void
Résultat void

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

PlcStatusChange() public static méthode

public static PlcStatusChange ( string name, bool status, string statusName ) : void
name string
status bool
statusName string
Résultat void

ResetPlcStatus() public static méthode

public static ResetPlcStatus ( ) : void
Résultat void