C# Class ATMLCommonLibrary.controls.switching.SwitchPortControl

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Свойство Type Description
btnAdd System.Windows.Forms.ToolStripButton
btnDelete System.Windows.Forms.ToolStripButton
btnEdit System.Windows.Forms.ToolStripButton
toolStrip1 System.Windows.Forms.ToolStrip

Private Properties

Свойство Type Description
ControlsToData void
DataToControls void
DeleteSelectedRows void
InitializeComponent void
SetEditMode void
btnAdd_Click void
btnDelete_Click void
btnEdit_Click void

Méthodes publiques

Méthode Description
SwitchPortControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ControlsToData ( ) : void
DataToControls ( ) : void
DeleteSelectedRows ( DataGridView dataGridView ) : void
InitializeComponent ( ) : void

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

SetEditMode ( DataGridView dataGridView ) : void
btnAdd_Click ( object sender, EventArgs e ) : void
btnDelete_Click ( object sender, EventArgs e ) : void
btnEdit_Click ( object sender, EventArgs e ) : void

Method Details

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

SwitchPortControl() public méthode

public SwitchPortControl ( ) : System
Résultat System

Property Details

btnAdd protected_oe property

protected System.Windows.Forms.ToolStripButton btnAdd
Résultat System.Windows.Forms.ToolStripButton

btnDelete protected_oe property

protected System.Windows.Forms.ToolStripButton btnDelete
Résultat System.Windows.Forms.ToolStripButton

btnEdit protected_oe property

protected System.Windows.Forms.ToolStripButton btnEdit
Résultat System.Windows.Forms.ToolStripButton

toolStrip1 protected_oe property

protected System.Windows.Forms.ToolStrip toolStrip1
Résultat System.Windows.Forms.ToolStrip