C# Class ATMLCommonLibrary.controls.network.NetworkNodeControl

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Property 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

Public Methods

Method Description
NetworkNodeControl ( ) : System

Protected Methods

Method Description
ControlsToData ( ) : void
DataToControls ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

protected ControlsToData ( ) : void
return void

DataToControls() protected method

protected DataToControls ( ) : 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

NetworkNodeControl() public method

public NetworkNodeControl ( ) : System
return System

Property Details

_networkNode protected_oe property

protected NetworkNode _networkNode
return NetworkNode

btnSelectNetworkNode protected_oe property

protected AWBButton,ATMLCommonLibrary.controls.awb btnSelectNetworkNode
return ATMLCommonLibrary.controls.awb.AWBButton

edtDescription protected_oe property

protected awb.AWBTextBox edtDescription
return awb.AWBTextBox

edtPathDocumentId protected_oe property

protected awb.AWBTextBox edtPathDocumentId
return awb.AWBTextBox

edtPathValue protected_oe property

protected awb.AWBTextBox edtPathValue
return awb.AWBTextBox

errorProvider protected_oe property

protected System.Windows.Forms.ErrorProvider errorProvider
return System.Windows.Forms.ErrorProvider

helpLabel1 protected_oe property

protected HelpLabel helpLabel1
return HelpLabel

label1 protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel label1
return ATMLCommonLibrary.controls.HelpLabel

label2 protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel label2
return ATMLCommonLibrary.controls.HelpLabel