C# Class DataHubServicesAddin.Dialogs.ConfigureLocatorForm

Form used to configure locators
Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: EsriUK/OnlineServicesAddin Class Usage Examples

Public Methods

Method Description
ConfigureLocatorForm ( ) : System

Initializes a new instance of the frmConfigureLocator class.

ConfigureLocatorForm ( OnlineLocator onlineLocator ) : System

Initializes a new instance of the ConfigureLocatorForm class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ConfigureUI ( ) : void

Configures the UI.

ConnectToHub ( ) : void

Connects to hub.

GetListOfLocatorsFromHub ( ) : BindingList

Gets the list of locators from hub.

InitializeComponent ( ) : void

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

InvalidateWebService ( ) : void

Invalidates the web service.

ReConnectToOnlineService ( OnlineLocator inLocatorDefinition ) : void

Re-connects to online service.

ReConnectToRemoteService ( OnlineLocator inLocatorDefinition ) : void

Re-connects to remote service.

butConnect_Click ( object sender, EventArgs e ) : void

Handles the Click event of the butConnect control.

butOK_Click ( object sender, EventArgs e ) : void

Handles the Click event of the butOK control.

cboLocator_SelectedValueChanged ( object sender, EventArgs e ) : void

Handles the SelectedValueChanged event of the cboLocator control.

chkUseCurrentCredntials_CheckedChanged ( object sender, EventArgs e ) : void

Handles the CheckedChanged event of the chkUseCurrentCredntials control.

connectionSettings_TextChanged ( object sender, EventArgs e ) : void

Handles the TextChanged event of the connectionSettings control.

radLocalDefinition_CheckedChanged ( object sender, EventArgs e ) : void

Handles the CheckedChanged event of the radLocalDefinition control.

securityOption_CheckedChanged ( object sender, EventArgs e ) : void

Handles the CheckedChanged event of the securityOption control.

Method Details

ConfigureLocatorForm() public method

Initializes a new instance of the frmConfigureLocator class.
public ConfigureLocatorForm ( ) : System
return System

ConfigureLocatorForm() public method

Initializes a new instance of the ConfigureLocatorForm class.
public ConfigureLocatorForm ( OnlineLocator onlineLocator ) : System
onlineLocator OnlineLocator The online locator.
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