C# 클래스 ATML1671Reader.controls.TestConfigurationControl

상속: ATMLCommonLibrary.controls.ATMLControl, IATMLDockableWindow
파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
AddChangeListener ( ITestConfigurationChangeListener listener ) : void
CloseProject ( ) : void
IsDirty ( ) : bool
TestConfigurationControl ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

비공개 메소드들

메소드 설명
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

메소드 상세

AddChangeListener() 공개 메소드

public AddChangeListener ( ITestConfigurationChangeListener listener ) : void
listener ITestConfigurationChangeListener
리턴 void

CloseProject() 공개 메소드

public CloseProject ( ) : void
리턴 void

Dispose() 보호된 메소드

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

IsDirty() 공개 메소드

public IsDirty ( ) : bool
리턴 bool

OnAtmlAction() 보호된 메소드

protected OnAtmlAction ( IAtmlObject obj, AtmlActionType actiontype ) : void
obj IAtmlObject
actiontype AtmlActionType
리턴 void

OnTestConfigurationSaved() 보호된 메소드

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

TestConfigurationControl() 공개 메소드

public TestConfigurationControl ( ) : System
리턴 System