C# Class ControlSystem.StringUI

String UI for writing to a string variable.
Inheritance: IUI, INotifyPropertyChanged
Afficher le fichier Open project: syre/SortingIndustrialRobot Class Usage Examples

Méthodes publiques

Méthode Description
StringUI ( ) : System.ComponentModel

Default constructor that sets up string buffer.

clearString ( ) : void

Clears the buffer.

writeLine ( string _sMsg ) : void

Méthodes protégées

Méthode Description
NotifyPropertyChanged ( string name ) : void

Method Details

NotifyPropertyChanged() protected méthode

protected NotifyPropertyChanged ( string name ) : void
name string
Résultat void

StringUI() public méthode

Default constructor that sets up string buffer.
public StringUI ( ) : System.ComponentModel
Résultat System.ComponentModel

clearString() public méthode

Clears the buffer.
public clearString ( ) : void
Résultat void

writeLine() public méthode

public writeLine ( string _sMsg ) : void
_sMsg string
Résultat void