C# Class DataHubServicesAddin.Dialogs.LocatorPopupForm

Inheritance: System.Windows.Forms.Form
显示文件 Open project: EsriUK/OnlineServicesAddin

Public Methods

Method Description
LocatorPopupForm ( LocatorHub client ) : System

Initializes a new instance of the LocatorPopupForm class.

Setup ( string inMatchType, string inQuery, string inLocatorId, bool inFuzzy, string inName, int spref ) : void

Setups the specified in match type.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BuildColumnLookup ( ) : void
ConvertToDataTable ( MatchResult matchResult ) : DataTable
DGResults_CellMouseDoubleClick ( object sender, System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
InitializeComponent ( ) : void

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

LocatorPopupForm_Shown ( object sender, EventArgs e ) : void
RunMatch ( string inLocatorId, String inMatchType, String inQuery, bool inFuzzy, bool indrillDown, int inSelectedItem ) : void

Runs the match.

butBack_Click ( object sender, EventArgs e ) : void
butCancel_Click ( object sender, EventArgs e ) : void

Method Details

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

LocatorPopupForm() public method

Initializes a new instance of the LocatorPopupForm class.
public LocatorPopupForm ( LocatorHub client ) : System
client DataHubServicesAddin.LocatorHub.LocatorHub
return System

Setup() public method

Setups the specified in match type.
public Setup ( string inMatchType, string inQuery, string inLocatorId, bool inFuzzy, string inName, int spref ) : void
inMatchType string Type of the in match.
inQuery string The in query.
inLocatorId string The in locator id.
inFuzzy bool if set to true [in fuzzy].
inName string Name of the in.
spref int The spref.
return void