C# Class ATML1671Reader.controls.TestStationReferenceControl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Private Properties

Свойство Type Description
ControlsToData void
DataToControls void
InitInstrumentList void
InitResourceList void
InitSoftwareList void
InitTestStationList void
InitializeComponent void
LoadTestStations void
ProcessInstruments void
ProcessItemControl void
ProcessResources void
ProcessSoftware void
SaveTestStation void
SetControlStates void
instrumentationListControl_CompletedAdd void
instrumentationListControl_CompletedDelete void
resourceListControl_CompletedAdd void
resourceListControl_CompletedDelete void
softwareListControl_CompletedAdd void
softwareListControl_CompletedDelete void
softwareListControl_CompletedEdit void
testStationListControl_CompletedAdd void
testStationListControl_CompletedDelete void
testStationListControl_CompletedEdit void
testStationListControl_OnFind void
testStationListControl_SelectedIndexChanged void

Méthodes publiques

Méthode Description
Clear ( ) : void
TestStationReferenceControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ControlsToData ( ) : void
DataToControls ( ) : void
InitInstrumentList ( ) : void
InitResourceList ( ) : void
InitSoftwareList ( ) : void
InitTestStationList ( ) : void
InitializeComponent ( ) : void

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

LoadTestStations ( IEnumerable equipmentList ) : void
ProcessInstruments ( IEnumerable instrumentation ) : void
ProcessItemControl ( IEnumerable referenceList, ATMLListControl listControl ) : void
ProcessResources ( IEnumerable resources ) : void
ProcessSoftware ( IEnumerable software ) : void
SaveTestStation ( TestStationDescription11 testStation ) : void
SetControlStates ( ) : void
instrumentationListControl_CompletedAdd ( object obj ) : void
instrumentationListControl_CompletedDelete ( object obj ) : void
resourceListControl_CompletedAdd ( object obj ) : void
resourceListControl_CompletedDelete ( object obj ) : void
softwareListControl_CompletedAdd ( object obj ) : void
softwareListControl_CompletedDelete ( object obj ) : void
softwareListControl_CompletedEdit ( object obj ) : void
testStationListControl_CompletedAdd ( object obj ) : void
testStationListControl_CompletedDelete ( object obj ) : void
testStationListControl_CompletedEdit ( object obj ) : void
testStationListControl_OnFind ( ) : void
testStationListControl_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

Clear() public méthode

public Clear ( ) : 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

TestStationReferenceControl() public méthode

public TestStationReferenceControl ( ) : System
Résultat System