C# Class ATMLCommonLibrary.utils.DisplayValue

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
DisplayValue ( ) : System
DisplayValue ( string prefix, string value, string suffix ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
OnValueChanged ( ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

DisplayValue() public méthode

public DisplayValue ( ) : System
Résultat System

DisplayValue() public méthode

public DisplayValue ( string prefix, string value, string suffix ) : System
prefix string
value string
suffix string
Résultat System

OnValueChanged() protected méthode

protected OnValueChanged ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string