C# Class ATMLCommonLibrary.controls.switching.CrossPointSwitchControl

Inheritance: ATMLCommonLibrary.controls.common.ItemControl
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Private Properties

Property Type Description
AddListViewItem void
AddSwitchPort void
DeleteSwitchPort void
EditSwitchPort void
InitializeComponent void

Public Methods

Method Description
CrossPointSwitchControl ( ) : System
lvColumns_OnAdd ( ) : void
lvColumns_OnDelete ( ) : void
lvColumns_OnEdit ( ) : void
lvRows_OnAdd ( ) : void
lvRows_OnDelete ( ) : void
lvRows_OnEdit ( ) : void

Protected Methods

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

Clean up any resources being used.

Private Methods

Method Description
AddListViewItem ( SwitchPort port, lists listView ) : void
AddSwitchPort ( lists listView ) : void
DeleteSwitchPort ( lists listView ) : void
EditSwitchPort ( lists listView ) : void
InitializeComponent ( ) : void

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

Method Details

ControlsToData() protected method

protected ControlsToData ( ) : void
return void

CrossPointSwitchControl() public method

public CrossPointSwitchControl ( ) : System
return System

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

lvColumns_OnAdd() public method

public lvColumns_OnAdd ( ) : void
return void

lvColumns_OnDelete() public method

public lvColumns_OnDelete ( ) : void
return void

lvColumns_OnEdit() public method

public lvColumns_OnEdit ( ) : void
return void

lvRows_OnAdd() public method

public lvRows_OnAdd ( ) : void
return void

lvRows_OnDelete() public method

public lvRows_OnDelete ( ) : void
return void

lvRows_OnEdit() public method

public lvRows_OnEdit ( ) : void
return void