C# Class ATMLCommonLibrary.controls.awb.AWBDropListView

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Public Methods

Method Description
AWBDropListView ( ) : System
FindNode ( string name, string nameSpace ) : XmlNode

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnSignalSelected ( SignalModel model, XmlDocument tsfDocument ) : void
OnSignalSelected ( string bscName, XmlDocument tsfDocument ) : void

Private Methods

Method Description
CloseTree ( ) : void
InitializeComponent ( ) : void

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

ParentForm_Move ( object sender, EventArgs e ) : void
_treeForm_LostFocus ( object sender, EventArgs e ) : void
_treeForm_SignalSelect ( object sender, XmlDocument tsfDocument ) : void
_treeForm_TreeLostFocus ( object sender, EventArgs e ) : void
btnDown_Click ( object sender, EventArgs e ) : void
btnDown_KeyDown ( object sender, KeyEventArgs e ) : void
edtSelectedValue_KeyDown ( object sender, KeyEventArgs e ) : void

Method Details

AWBDropListView() public method

public AWBDropListView ( ) : System
return System

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

FindNode() public method

public FindNode ( string name, string nameSpace ) : XmlNode
name string
nameSpace string
return System.Xml.XmlNode

OnSignalSelected() protected method

protected OnSignalSelected ( SignalModel model, XmlDocument tsfDocument ) : void
model ATMLSignalModelLibrary.signal.SignalModel
tsfDocument System.Xml.XmlDocument
return void

OnSignalSelected() protected method

protected OnSignalSelected ( string bscName, XmlDocument tsfDocument ) : void
bscName string
tsfDocument System.Xml.XmlDocument
return void