C# Class ControlSystem.StringUI

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

Public Methods

Method Description
StringUI ( ) : System.ComponentModel

Default constructor that sets up string buffer.

clearString ( ) : void

Clears the buffer.

writeLine ( string _sMsg ) : void

Protected Methods

Method Description
NotifyPropertyChanged ( string name ) : void

Method Details

NotifyPropertyChanged() protected method

protected NotifyPropertyChanged ( string name ) : void
name string
return void

StringUI() public method

Default constructor that sets up string buffer.
public StringUI ( ) : System.ComponentModel
return System.ComponentModel

clearString() public method

Clears the buffer.
public clearString ( ) : void
return void

writeLine() public method

public writeLine ( string _sMsg ) : void
_sMsg string
return void