C# Class ATMLCommonLibrary.controls.switching.SwitchControl

Inheritance: RepeatedItemControl
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Private Properties

Property Type Description
AddConnection void
AddInterfacePort void
GetPortList List
HasPort bool
InitConnectionListView void
InitInterfaceListView void
InitializeComponent void
SetConnectionListViewColumnWidths void
SetInterfaceListViewColumnWidths void
SwitchControl_Resize void
lvInterface_OnAdd void
lvInterface_OnDelete void
lvInterface_OnEdit void
lvSwitchRelays_OnAdd void
lvSwitchRelays_OnDelete void
lvSwitchRelays_OnEdit void

Public Methods

Method Description
SwitchControl ( ) : System

Protected Methods

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

Clean up any resources being used.

Private Methods

Method Description
AddConnection ( SwitchRelaySetting srs ) : void
AddInterfacePort ( Port port ) : void
GetPortList ( ) : List
HasPort ( Port port ) : bool
InitConnectionListView ( ) : void
InitInterfaceListView ( ) : void
InitializeComponent ( ) : void

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

SetConnectionListViewColumnWidths ( ) : void
SetInterfaceListViewColumnWidths ( ) : void
SwitchControl_Resize ( object sender, EventArgs e ) : void
lvInterface_OnAdd ( ) : void
lvInterface_OnDelete ( ) : void
lvInterface_OnEdit ( ) : void
lvSwitchRelays_OnAdd ( ) : void
lvSwitchRelays_OnDelete ( ) : void
lvSwitchRelays_OnEdit ( ) : void

Method Details

ControlsToData() protected method

protected ControlsToData ( ) : void
return void

DataToControl() protected method

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

SwitchControl() public method

public SwitchControl ( ) : System
return System