C# Class ATMLCommonLibrary.utils.DisplayValue

Show file Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
DisplayValue ( ) : System
DisplayValue ( string prefix, string value, string suffix ) : System
ToString ( ) : string

Protected Methods

Method Description
OnValueChanged ( ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

DisplayValue() public method

public DisplayValue ( ) : System
return System

DisplayValue() public method

public DisplayValue ( string prefix, string value, string suffix ) : System
prefix string
value string
suffix string
return System

OnValueChanged() protected method

protected OnValueChanged ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string