C# Class EATFSConnector.TFSConnectorSettingsForm

Description of TFSConnectorSettingsForm.
Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: GeertBellekens/Enterprise-Architect-Toolpack

Public Methods

Method Description
TFSConnectorSettingsForm ( EATFSConnectorSettings settings, TSF.UmlToolingFramework.Wrappers.EA model ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes resources used by the form.

Private Methods

Method 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 method

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

TFSConnectorSettingsForm() public method

public TFSConnectorSettingsForm ( EATFSConnectorSettings settings, TSF.UmlToolingFramework.Wrappers.EA model ) : System
settings EATFSConnectorSettings
model TSF.UmlToolingFramework.Wrappers.EA
return System