C# Class ATMLCommonLibrary.controls.switching.CrossPointSwitchControl

Inheritance: ATMLCommonLibrary.controls.common.ItemControl
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Private Properties

Свойство Type Description
AddListViewItem void
AddSwitchPort void
DeleteSwitchPort void
EditSwitchPort void
InitializeComponent void

Méthodes publiques

Méthode Description
CrossPointSwitchControl ( ) : System
lvColumns_OnAdd ( ) : void
lvColumns_OnDelete ( ) : void
lvColumns_OnEdit ( ) : void
lvRows_OnAdd ( ) : void
lvRows_OnDelete ( ) : void
lvRows_OnEdit ( ) : void

Méthodes protégées

Méthode Description
ControlsToData ( ) : void
DataToControls ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

protected ControlsToData ( ) : void
Résultat void

CrossPointSwitchControl() public méthode

public CrossPointSwitchControl ( ) : System
Résultat System

DataToControls() protected méthode

protected DataToControls ( ) : void
Résultat void

Dispose() protected méthode

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

lvColumns_OnAdd() public méthode

public lvColumns_OnAdd ( ) : void
Résultat void

lvColumns_OnDelete() public méthode

public lvColumns_OnDelete ( ) : void
Résultat void

lvColumns_OnEdit() public méthode

public lvColumns_OnEdit ( ) : void
Résultat void

lvRows_OnAdd() public méthode

public lvRows_OnAdd ( ) : void
Résultat void

lvRows_OnDelete() public méthode

public lvRows_OnDelete ( ) : void
Résultat void

lvRows_OnEdit() public méthode

public lvRows_OnEdit ( ) : void
Résultat void