C# Class ATMLCommonLibrary.controls.instrument.InstrumentControl

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Свойство Type Description
errorProvider1 System.Windows.Forms.ErrorProvider

Private Properties

Свойство Type Description
InitializeComponent void
InstrumentControl_Validating void
btnAddGUID_Click void
hardwareItemDescriptionControl1_Load void

Méthodes publiques

Méthode Description
GetErrorMessage ( ) : string
InstrumentControl ( ) : System

Méthodes protégées

Méthode Description
ControlsToData ( ) : void
DataToControls ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InstrumentControl_Validating ( object sender, CancelEventArgs e ) : void
btnAddGUID_Click ( object sender, EventArgs e ) : void
hardwareItemDescriptionControl1_Load ( object sender, EventArgs e ) : void

Method Details

ControlsToData() protected méthode

protected ControlsToData ( ) : void
Résultat void

DataToControls() protected méthode

protected DataToControls ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

GetErrorMessage() public méthode

public GetErrorMessage ( ) : string
Résultat string

InstrumentControl() public méthode

public InstrumentControl ( ) : System
Résultat System

Property Details

errorProvider1 protected_oe property

protected System.Windows.Forms.ErrorProvider errorProvider1
Résultat System.Windows.Forms.ErrorProvider