IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Control for making predictions of output values based on ANN model. More...
Public Member Functions | |
WSClient1Control () | |
void | ClearServiceReferences () |
Service proy objects become null. More... | |
Public Attributes | |
const string | WSBaseBase = "WSBaseBase" |
const string | WSBase = "WSBase" |
const string | WS_Develop1 = "WS_Develop1" |
const string | WS_Develop2 = "WS_Develop2" |
const string | TestService = "TestService" |
const string | TestServiceArg = "TestServiceArg" |
const string | TestServiceArgs = "TestServiceArgs" |
Protected Member Functions | |
void | ClearResults () |
Clears the result fields. More... | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Protected Attributes | |
string | _webMethod |
Properties | |
string | ServiceUrl [get, set] |
string | WebService [get, set] |
Name of the web service that will execute the web method. More... | |
string | WebMethod [get, set] |
IWSBase | SrvWSBase [get, set] |
Service proxy object fof the service WSBase. More... | |
Private Member Functions | |
void | btnRunServiceMethod_Click (object sender, EventArgs e) |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
Private Attributes | |
string | _serviceUrl = "http://localhost:40197/WSBase.asmx" |
string | _webService |
IWSBase | _srvWSBase |
System.ComponentModel.IContainer | components = null |
Required designer variable. More... | |
System.Windows.Forms.Button | btnRunServiceMethod |
System.Windows.Forms.TextBox | txtArguments |
System.Windows.Forms.ComboBox | comboMethods |
System.Windows.Forms.Label | lblMethods |
System.Windows.Forms.Label | lblArguments |
System.Windows.Forms.TextBox | txtResults |
System.Windows.Forms.ComboBox | comboWebServices |
System.Windows.Forms.Label | lblWebService |
System.Windows.Forms.Label | lblUrl |
System.Windows.Forms.TextBox | txtUrl |
System.Windows.Forms.Label | lblResult |
System.Windows.Forms.Label | lblErrors |
System.Windows.Forms.TextBox | txtErrors |
Control for making predictions of output values based on ANN model.
$A Igor Apr13;
|
inline |
References IG.Lib.WebService.
|
inlineprotected |
Clears the result fields.
|
inline |
Service proy objects become null.
|
inlineprivate |
References IG.Lib.UtilStr.GetCommandLine(), and IG.Lib.WebService.
|
inlineprotected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
const string IG.Web.Forms.WSClient1Control.WSBaseBase = "WSBaseBase" |
const string IG.Web.Forms.WSClient1Control.WSBase = "WSBase" |
const string IG.Web.Forms.WSClient1Control.WS_Develop1 = "WS_Develop1" |
const string IG.Web.Forms.WSClient1Control.WS_Develop2 = "WS_Develop2" |
const string IG.Web.Forms.WSClient1Control.TestService = "TestService" |
const string IG.Web.Forms.WSClient1Control.TestServiceArg = "TestServiceArg" |
const string IG.Web.Forms.WSClient1Control.TestServiceArgs = "TestServiceArgs" |
|
private |
|
private |
|
protected |
|
private |
|
private |
Required designer variable.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
getsetprotected |
|
getset |
Name of the web service that will execute the web method.
|
getset |
|
getsetprotected |
Service proxy object fof the service WSBase.