C# Class ATMLCommonLibrary.controls.driver.DriverControl

Inheritance: ATMLControl
Show file Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Property Type Description
_driver ATMLModelLibrary.model.equipment.Driver
cmbDriverType System.Windows.Forms.ComboBox
driverModuleControl DriverModuleControl
driverUnifiedControl DriverUnifiedControl
lblDriverType HelpLabel

Public Methods

Method Description
DriverControl ( ) : System

Protected Methods

Method Description
ControlsToData ( ) : void
DataToControls ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnSelectedModule ( ModuleSelectEventArgs moduleSelectEventArgs ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

cmbVersionIdentifierQualifier_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

ControlsToData() protected method

protected ControlsToData ( ) : void
return void

DataToControls() protected method

protected DataToControls ( ) : void
return void

Dispose() protected method

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

DriverControl() public method

public DriverControl ( ) : System
return System

OnSelectedModule() protected method

protected OnSelectedModule ( ModuleSelectEventArgs moduleSelectEventArgs ) : void
moduleSelectEventArgs ModuleSelectEventArgs
return void

Property Details

_driver protected property

protected Driver,ATMLModelLibrary.model.equipment _driver
return ATMLModelLibrary.model.equipment.Driver

cmbDriverType protected property

protected System.Windows.Forms.ComboBox cmbDriverType
return System.Windows.Forms.ComboBox

driverModuleControl protected property

protected DriverModuleControl,ATMLCommonLibrary.controls.driver driverModuleControl
return DriverModuleControl

driverUnifiedControl protected property

protected DriverUnifiedControl,ATMLCommonLibrary.controls.driver driverUnifiedControl
return DriverUnifiedControl

lblDriverType protected property

protected HelpLabel lblDriverType
return HelpLabel