C# Class EATFSConnector.TFSConnectorSettingsForm

Description of TFSConnectorSettingsForm.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: GeertBellekens/Enterprise-Architect-Toolpack

Méthodes publiques

Méthode Description
TFSConnectorSettingsForm ( EATFSConnectorSettings settings, TSF.UmlToolingFramework.Wrappers.EA model ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes resources used by the form.

Private Methods

Méthode Description
CancelButtonClick ( object sender, EventArgs e ) : void
DeleteMappingButtonClick ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

OkButtonClick ( object sender, EventArgs e ) : void
enableDisable ( ) : void
loadData ( ) : void
loadMappings ( ) : void
saveChanges ( ) : void
saveTFSUrl ( ) : void
unloadMappings ( ) : void

Method Details

Dispose() protected méthode

Disposes resources used by the form.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

TFSConnectorSettingsForm() public méthode

public TFSConnectorSettingsForm ( EATFSConnectorSettings settings, TSF.UmlToolingFramework.Wrappers.EA model ) : System
settings EATFSConnectorSettings
model TSF.UmlToolingFramework.Wrappers.EA
Résultat System