C# Class ATMLCommonLibrary.controls.hardware.VersionIdentifierControl

Inheritance: ATMLControl
Show file Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Property Type Description
_versionIdentifier ATMLModelLibrary.model.equipment.VersionIdentifier
cmbVersionIdentifierQualifier System.Windows.Forms.ComboBox
edtVersion awb.AWBTextBox
edtVersionName awb.AWBTextBox
lblVersion HelpLabel
lblVersionName HelpLabel
lblVersionQualifier HelpLabel

Private Properties

Property Type Description
InitializeComponent void
lblVersionQualifier_Click void

Public Methods

Method Description
VersionIdentifierControl ( ) : System

Protected Methods

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

Clean up any resources being used.

VersionIdentifierControl_Validating ( object sender, CancelEventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

lblVersionQualifier_Click ( 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

VersionIdentifierControl() public method

public VersionIdentifierControl ( ) : System
return System

VersionIdentifierControl_Validating() protected method

protected VersionIdentifierControl_Validating ( object sender, CancelEventArgs e ) : void
sender object
e CancelEventArgs
return void

Property Details

_versionIdentifier protected property

protected VersionIdentifier,ATMLModelLibrary.model.equipment _versionIdentifier
return ATMLModelLibrary.model.equipment.VersionIdentifier

cmbVersionIdentifierQualifier protected property

protected System.Windows.Forms.ComboBox cmbVersionIdentifierQualifier
return System.Windows.Forms.ComboBox

edtVersion protected property

protected awb.AWBTextBox edtVersion
return awb.AWBTextBox

edtVersionName protected property

protected awb.AWBTextBox edtVersionName
return awb.AWBTextBox

lblVersion protected property

protected HelpLabel lblVersion
return HelpLabel

lblVersionName protected property

protected HelpLabel lblVersionName
return HelpLabel

lblVersionQualifier protected property

protected HelpLabel lblVersionQualifier
return HelpLabel