C# Class ATML1671Reader.controls.TestConfigurationControl

Inheritance: ATMLCommonLibrary.controls.ATMLControl, IATMLDockableWindow
Show file Open project: UtrsSoftware/ATMLWorkBench

Private Properties

Property Type Description
AddItemDescription void
AddUutDocumentReference void
AddUutDocumentReference void
ClearControls void
ControlsToData void
DataToControls void
GetIdentity string
InitDocumentationList void
InitUutList void
InitializeComponent void
LoadTestEquipment void
LoadTestProgramElement void
LoadUUTs void
SetControlStates void
btnCreateUUID_Click void
btnSaveConfiguration_Click void
btnUndo_Click void
uutListControl_Load void
uutListControl_OnFind void

Public Methods

Method Description
AddChangeListener ( ITestConfigurationChangeListener listener ) : void
CloseProject ( ) : void
IsDirty ( ) : bool
TestConfigurationControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnAtmlAction ( IAtmlObject obj, AtmlActionType actiontype ) : void
OnTestConfigurationSaved ( TestConfiguration15 testconfiguration ) : void

Private Methods

Method Description
AddItemDescription ( ItemDescriptionReference idr ) : void
AddUutDocumentReference ( ItemDescriptionReference idr ) : void
AddUutDocumentReference ( UUTDescription uut ) : void
ClearControls ( ) : void
ControlsToData ( ) : void
DataToControls ( ) : void
GetIdentity ( ItemDescription itemDescription, string model, string &partNo ) : string
InitDocumentationList ( ) : void
InitUutList ( ) : void
InitializeComponent ( ) : void

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

LoadTestEquipment ( List testEquipment ) : void
LoadTestProgramElement ( ) : void
LoadUUTs ( IEnumerable testedUUTs ) : void
SetControlStates ( ) : void
btnCreateUUID_Click ( object sender, EventArgs e ) : void
btnSaveConfiguration_Click ( object sender, EventArgs e ) : void
btnUndo_Click ( object sender, EventArgs e ) : void
uutListControl_Load ( object sender, EventArgs e ) : void
uutListControl_OnFind ( ) : void

Method Details

AddChangeListener() public method

public AddChangeListener ( ITestConfigurationChangeListener listener ) : void
listener ITestConfigurationChangeListener
return void

CloseProject() public method

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

IsDirty() public method

public IsDirty ( ) : bool
return bool

OnAtmlAction() protected method

protected OnAtmlAction ( IAtmlObject obj, AtmlActionType actiontype ) : void
obj IAtmlObject
actiontype AtmlActionType
return void

OnTestConfigurationSaved() protected method

protected OnTestConfigurationSaved ( TestConfiguration15 testconfiguration ) : void
testconfiguration ATMLModelLibrary.model.common.TestConfiguration15
return void

TestConfigurationControl() public method

public TestConfigurationControl ( ) : System
return System