C# Class ATMLCommonLibrary.controls.equipment.TestAdapterControl

Inheritance: TestEquipmentControl
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Свойство Type Description
btnAddGUID awb.AWBButton
lblUUID HelpLabel

Private Properties

Свойство Type Description
InitializeComponent void
TestAdapterControl_Validating void
btnAddGUID_Click void

Méthodes publiques

Méthode Description
TestAdapterControl ( ) : 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.

TestAdapterControl_Validating ( object sender, CancelEventArgs e ) : void
btnAddGUID_Click ( 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

TestAdapterControl() public méthode

public TestAdapterControl ( ) : System
Résultat System

Property Details

btnAddGUID protected_oe property

protected awb.AWBButton btnAddGUID
Résultat awb.AWBButton

lblUUID protected_oe property

protected HelpLabel lblUUID
Résultat HelpLabel