C# Class ATMLCommonLibrary.controls.network.NetworkNodeControl

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Свойство Type Description
_networkNode NetworkNode
btnSelectNetworkNode ATMLCommonLibrary.controls.awb.AWBButton
edtDescription awb.AWBTextBox
edtPathDocumentId awb.AWBTextBox
edtPathValue awb.AWBTextBox
errorProvider System.Windows.Forms.ErrorProvider
helpLabel1 HelpLabel
label1 ATMLCommonLibrary.controls.HelpLabel
label2 ATMLCommonLibrary.controls.HelpLabel

Méthodes publiques

Méthode Description
NetworkNodeControl ( ) : System

Méthodes protégées

Méthode Description
ControlsToData ( ) : void
DataToControls ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

btnSelectNetworkNode_Click ( object sender, EventArgs e ) : void

Method Details

ControlsToData() protected méthode

protected ControlsToData ( ) : void
Résultat void

DataToControls() protected méthode

protected DataToControls ( ) : void
Résultat void

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

NetworkNodeControl() public méthode

public NetworkNodeControl ( ) : System
Résultat System

Property Details

_networkNode protected_oe property

protected NetworkNode _networkNode
Résultat NetworkNode

btnSelectNetworkNode protected_oe property

protected AWBButton,ATMLCommonLibrary.controls.awb btnSelectNetworkNode
Résultat ATMLCommonLibrary.controls.awb.AWBButton

edtDescription protected_oe property

protected awb.AWBTextBox edtDescription
Résultat awb.AWBTextBox

edtPathDocumentId protected_oe property

protected awb.AWBTextBox edtPathDocumentId
Résultat awb.AWBTextBox

edtPathValue protected_oe property

protected awb.AWBTextBox edtPathValue
Résultat awb.AWBTextBox

errorProvider protected_oe property

protected System.Windows.Forms.ErrorProvider errorProvider
Résultat System.Windows.Forms.ErrorProvider

helpLabel1 protected_oe property

protected HelpLabel helpLabel1
Résultat HelpLabel

label1 protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel label1
Résultat ATMLCommonLibrary.controls.HelpLabel

label2 protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel label2
Résultat ATMLCommonLibrary.controls.HelpLabel