C# Class ATML1671Reader.controls.TestConfigurationControl

Inheritance: ATMLCommonLibrary.controls.ATMLControl, IATMLDockableWindow
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
AddChangeListener ( ITestConfigurationChangeListener listener ) : void
CloseProject ( ) : void
IsDirty ( ) : bool
TestConfigurationControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode 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 méthode

public AddChangeListener ( ITestConfigurationChangeListener listener ) : void
listener ITestConfigurationChangeListener
Résultat void

CloseProject() public méthode

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

IsDirty() public méthode

public IsDirty ( ) : bool
Résultat bool

OnAtmlAction() protected méthode

protected OnAtmlAction ( IAtmlObject obj, AtmlActionType actiontype ) : void
obj IAtmlObject
actiontype AtmlActionType
Résultat void

OnTestConfigurationSaved() protected méthode

protected OnTestConfigurationSaved ( TestConfiguration15 testconfiguration ) : void
testconfiguration ATMLModelLibrary.model.common.TestConfiguration15
Résultat void

TestConfigurationControl() public méthode

public TestConfigurationControl ( ) : System
Résultat System