C# Class ATMLCommonLibrary.controls.connector.ConnectorForm

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Public Methods

Method Description
ConnectorForm ( ) : System
ValidateChildren ( ValidationConstraints validationConstraints ) : bool

Protected Methods

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

Clean up any resources being used.

Private Methods

Method Description
ConnectorForm_UndoChanges ( object sender, EventArgs e ) : void
ConnectorForm_ValidateSchema ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

PromptForNewConnector ( String type, ComboBox cbPrimary, ComboBox cbSecondary ) : dbConnector
btnGeneratePins_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void
btnSavePinConfiguration_Click ( object sender, EventArgs e ) : void
cbConnectorType_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmbConnectorPinConfiguration_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmbMatingTypeSex_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmbTypeSex_SelectedIndexChanged ( object sender, EventArgs e ) : void
edtConnectorPinCount_KeyUp ( object sender, KeyEventArgs e ) : void
extractSexFromConnectorType ( String type, ComboBox sexCombo ) : String

Method Details

ConnectorForm() public method

public ConnectorForm ( ) : System
return System

ControlsToData() protected method

protected ControlsToData ( ) : void
return void

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

ValidateChildren() public method

public ValidateChildren ( ValidationConstraints validationConstraints ) : bool
validationConstraints ValidationConstraints
return bool