C# Class ATMLCommonLibrary.controls.connector.ConnectorLocationPinListControl

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Property Type Description
BtnSelect ToolStripButton

Private Properties

Property Type Description
AddListViewItem int
ControlsToData void
DataToControls void
HasConnectorLocation bool
InitializeComponent void
btnSelect_Click void

Public Methods

Method Description
AddConnectorLocation ( ConnectorLocation connectorLocation ) : void
ConnectorLocationPinListControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

btnAdd_Click ( object sender, EventArgs e ) : void
btnDelete_Click ( object sender, EventArgs e ) : void
btnEdit_Click ( object sender, EventArgs e ) : void
btnFind_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
AddListViewItem ( ConnectorLocation connectorLocation ) : int
ControlsToData ( ) : void
DataToControls ( ) : void
HasConnectorLocation ( ConnectorLocation connectorLocation ) : bool
InitializeComponent ( ) : void

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

btnSelect_Click ( object sender, EventArgs e ) : void

Method Details

AddConnectorLocation() public method

public AddConnectorLocation ( ConnectorLocation connectorLocation ) : void
connectorLocation ConnectorLocation
return void

ConnectorLocationPinListControl() public method

public ConnectorLocationPinListControl ( ) : System
return System

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

btnAdd_Click() protected method

protected btnAdd_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnDelete_Click() protected method

protected btnDelete_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnEdit_Click() protected method

protected btnEdit_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnFind_Click() protected method

protected btnFind_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

BtnSelect protected_oe property

protected ToolStripButton BtnSelect
return ToolStripButton