C# Class ATMLCommonLibrary.controls.switching.SwitchControl

Inheritance: RepeatedItemControl
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
SwitchControl ( ) : System

Méthodes protégées

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

Clean up any resources being used.

Private Methods

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

protected ControlsToData ( ) : void
Résultat void

DataToControl() protected méthode

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

SwitchControl() public méthode

public SwitchControl ( ) : System
Résultat System