C# 클래스 ATMLCommonLibrary.forms.NetworkPathSelectionForm

상속: ATMLForm
파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench 1 사용 예제들

공개 메소드들

메소드 설명
NetworkPathSelectionForm ( HardwareItemDescription hardwareItemDescription, bool capabilitiesOnly = false ) : System

보호된 메소드들

메소드 설명
ControlsToData ( ) : void
DataToControls ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

InitializeListView ( ) : void
ProcessCapabilitites ( Capabilities capabilities ) : void
ProcessHardwareItemComponents ( ) : void
ProcessHardwareItemInterfaces ( string typeName ) : void
ProcessHardwareItemObjects ( ) : void
ProcessHardwareItemResources ( ) : void
ProcessHardwareItemSwitching ( Switching switching ) : void
ProcessInstrumentPath ( InstrumentDescription instrumentDescription ) : void
ProcessTerminalBlocks ( TestEquipmentTerminalBlocks terminalBlocks ) : void
ProcessTestAdapterPath ( TestAdapterDescription testAdapterDescription ) : void
ProcessTestStationPath ( TestStationDescription11 testStationDescription ) : void
SetColumns ( ) : void
lvNetworkPaths_Resize ( object sender, EventArgs e ) : void

메소드 상세

ControlsToData() 보호된 메소드

protected ControlsToData ( ) : void
리턴 void

DataToControls() 보호된 메소드

protected DataToControls ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

NetworkPathSelectionForm() 공개 메소드

public NetworkPathSelectionForm ( HardwareItemDescription hardwareItemDescription, bool capabilitiesOnly = false ) : System
hardwareItemDescription ATMLModelLibrary.model.equipment.HardwareItemDescription
capabilitiesOnly bool
리턴 System