C# Class ATML1671Reader.forms.TestConfigurationForm

Inheritance: WeifenLuo.WinFormsUI.Docking.DockContent, IATMLDockableWindow, ITestConfigurationChangeListener, IATMLReaderConsumer, IAtmlActionable
Show file Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description
InitializeComponent void
reader_ProjectOpened void
testConfigurationControl1_Load void
testConfigurationControl1_ProjectUutChanged IAtmlObject
testConfigurationControl1_TestConfigurationSaved void

Public Methods

Method Description
CloseProject ( ) : void
LoadTestConfiguration ( Document document ) : void
LoadTestConfiguration ( FileInfo fi, byte content ) : void
LoadTestConfiguration ( TestConfiguration15 testConfiguration ) : void
OnTestConfigurationChange ( ) : void
RegisterATMLReader ( ATMLReader reader ) : void
TestConfigurationForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnAtmlObjectAction ( IAtmlObject obj, AtmlActionType actiontype, EventArgs args ) : IAtmlObject
OnTestConfigurationSaved ( TestConfiguration15 testconfiguration ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Method Description
InitializeComponent ( ) : void

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

reader_ProjectOpened ( string testProgramSetName ) : void
testConfigurationControl1_Load ( object sender, EventArgs e ) : void
testConfigurationControl1_ProjectUutChanged ( IAtmlObject uutDescription, AtmlActionType actionType, EventArgs args ) : IAtmlObject
testConfigurationControl1_TestConfigurationSaved ( TestConfiguration15 testConfiguration ) : void

Method Details

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

LoadTestConfiguration() public method

public LoadTestConfiguration ( Document document ) : void
document Document
return void

LoadTestConfiguration() public method

public LoadTestConfiguration ( FileInfo fi, byte content ) : void
fi System.IO.FileInfo
content byte
return void

LoadTestConfiguration() public method

public LoadTestConfiguration ( TestConfiguration15 testConfiguration ) : void
testConfiguration ATMLModelLibrary.model.common.TestConfiguration15
return void

OnAtmlObjectAction() protected method

protected OnAtmlObjectAction ( IAtmlObject obj, AtmlActionType actiontype, EventArgs args ) : IAtmlObject
obj IAtmlObject
actiontype AtmlActionType
args System.EventArgs
return IAtmlObject

OnTestConfigurationChange() public method

public OnTestConfigurationChange ( ) : void
return void

OnTestConfigurationSaved() protected method

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

ProcessCmdKey() protected method

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
return bool

RegisterATMLReader() public method

public RegisterATMLReader ( ATMLReader reader ) : void
reader ATML1671Reader.reader.ATMLReader
return void

TestConfigurationForm() public method

public TestConfigurationForm ( ) : System
return System