C# 클래스 DataHubServicesAddin.Dialogs.ConfigureLocatorForm

Form used to configure locators
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: EsriUK/OnlineServicesAddin 1 사용 예제들

공개 메소드들

메소드 설명
ConfigureLocatorForm ( ) : System

Initializes a new instance of the frmConfigureLocator class.

ConfigureLocatorForm ( OnlineLocator onlineLocator ) : System

Initializes a new instance of the ConfigureLocatorForm class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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.

메소드 상세

ConfigureLocatorForm() 공개 메소드

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

ConfigureLocatorForm() 공개 메소드

Initializes a new instance of the ConfigureLocatorForm class.
public ConfigureLocatorForm ( OnlineLocator onlineLocator ) : System
onlineLocator OnlineLocator The online locator.
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void