C# Class ATMLCommonLibrary.controls.awb.AWBDropListView

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Méthodes publiques

Méthode Description
AWBDropListView ( ) : System
FindNode ( string name, string nameSpace ) : XmlNode

Méthodes protégées

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

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

public AWBDropListView ( ) : System
Résultat System

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

FindNode() public méthode

public FindNode ( string name, string nameSpace ) : XmlNode
name string
nameSpace string
Résultat System.Xml.XmlNode

OnSignalSelected() protected méthode

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

OnSignalSelected() protected méthode

protected OnSignalSelected ( string bscName, XmlDocument tsfDocument ) : void
bscName string
tsfDocument System.Xml.XmlDocument
Résultat void