C# Class ATMLCommonLibrary.controls.network.NetworkNodePathControl

Inheritance: ATMLControl
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Property Type Description
edtPathDocumentId awb.AWBTextBox
edtPathValue awb.AWBTextBox
helpLabel1 HelpLabel
label1 HelpLabel

Public Methods

Method Description
NetworkNodePathControl ( ) : ATMLModelLibrary.model.equipment

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ControlsToData ( ) : void
DataToControls ( ) : void
InitializeComponent ( ) : void

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

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

NetworkNodePathControl() public method

public NetworkNodePathControl ( ) : ATMLModelLibrary.model.equipment
return ATMLModelLibrary.model.equipment

Property Details

edtPathDocumentId protected_oe property

protected awb.AWBTextBox edtPathDocumentId
return awb.AWBTextBox

edtPathValue protected_oe property

protected awb.AWBTextBox edtPathValue
return awb.AWBTextBox

helpLabel1 protected_oe property

protected HelpLabel helpLabel1
return HelpLabel

label1 protected_oe property

protected HelpLabel label1
return HelpLabel