C# Class ATMLCommonLibrary.forms.InstrumentForm

Inheritance: ATMLForm, IAtmlActionable
Show file Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description
BuildAtml String
GetName string
InitializeComponent void
InstrumentForm_FormClosing void
InstrumentForm_UndoChanges void
InstrumentForm_ValidateSchema void
InstrumentForm_Validating void
ValidateToSchema void
btnOk_Validating void
btnValidate_Click void
btnViewATML_Click void

Public Methods

Method Description
InstrumentForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnAtmlObjectAction ( IAtmlObject obj, AtmlActionType actiontype ) : IAtmlObject
OnResizeBegin ( EventArgs e ) : void
OnResizeEnd ( EventArgs e ) : void
OnSaved ( ) : void
btnOk_Clicka ( object sender, EventArgs e ) : void

Private Methods

Method Description
BuildAtml ( ) : String
GetName ( InstrumentDescription instrument ) : string
InitializeComponent ( ) : void

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

InstrumentForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
InstrumentForm_UndoChanges ( object sender, EventArgs e ) : void
InstrumentForm_ValidateSchema ( object sender, EventArgs e ) : void
InstrumentForm_Validating ( object sender, CancelEventArgs e ) : void
ValidateToSchema ( ) : void
btnOk_Validating ( object sender, CancelEventArgs e ) : void
btnValidate_Click ( object sender, EventArgs e ) : void
btnViewATML_Click ( object sender, EventArgs e ) : void

Method Details

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

InstrumentForm() public method

public InstrumentForm ( ) : System
return System

OnAtmlObjectAction() protected method

protected OnAtmlObjectAction ( IAtmlObject obj, AtmlActionType actiontype ) : IAtmlObject
obj IAtmlObject
actiontype AtmlActionType
return IAtmlObject

OnResizeBegin() protected method

protected OnResizeBegin ( EventArgs e ) : void
e System.EventArgs
return void

OnResizeEnd() protected method

protected OnResizeEnd ( EventArgs e ) : void
e System.EventArgs
return void

OnSaved() protected method

protected OnSaved ( ) : void
return void

btnOk_Clicka() protected method

protected btnOk_Clicka ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void