C# Class ATMLCommonLibrary.controls.power.ACPowerSpecificationControl

Show file Open project: UtrsSoftware/ATMLWorkBench

Private Properties

Property Type Description
ControlsToData void
DataToControls void
InitializeComponent void
edtPhase_KeyDown void
edtPhase_KeyUp void
edtPhase_TextChanged void
gbPower_Enter void
rbAmpres_CheckedChanged void
rbPowerDraw_CheckedChanged void

Public Methods

Method Description
ACPowerSpecificationControl ( ) : System
HasValue ( ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ControlsToData ( ) : void
DataToControls ( ) : void
InitializeComponent ( ) : void

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

edtPhase_KeyDown ( object sender, KeyEventArgs e ) : void
edtPhase_KeyUp ( object sender, KeyEventArgs e ) : void
edtPhase_TextChanged ( object sender, EventArgs e ) : void
gbPower_Enter ( object sender, EventArgs e ) : void
rbAmpres_CheckedChanged ( object sender, EventArgs e ) : void
rbPowerDraw_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

ACPowerSpecificationControl() public method

public ACPowerSpecificationControl ( ) : System
return System

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

HasValue() public method

public HasValue ( ) : bool
return bool