Method | Description | |
---|---|---|
LocatorPopupForm ( |
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.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
BuildColumnLookup ( ) : void | ||
ConvertToDataTable ( |
||
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, |
||
RunMatch ( string inLocatorId, String inMatchType, String inQuery, bool inFuzzy, bool indrillDown, int inSelectedItem ) : void |
Runs the match.
|
|
butBack_Click ( object sender, |
||
butCancel_Click ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public LocatorPopupForm ( |
||
client | ||
return | System |
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 |
inName | string | Name of the in. |
spref | int | The spref. |
return | void |