C# Class ATMLCommonLibrary.controls.connector.ConnectorForm

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Méthodes publiques

Méthode Description
ConnectorForm ( ) : System
ValidateChildren ( ValidationConstraints validationConstraints ) : bool

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

public ConnectorForm ( ) : System
Résultat System

ControlsToData() protected méthode

protected ControlsToData ( ) : void
Résultat void

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

ValidateChildren() public méthode

public ValidateChildren ( ValidationConstraints validationConstraints ) : bool
validationConstraints ValidationConstraints
Résultat bool