IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Web.Forms.WSClient1Control Class Reference

Control for making predictions of output values based on ANN model. More...

+ Inheritance diagram for IG.Web.Forms.WSClient1Control:
+ Collaboration diagram for IG.Web.Forms.WSClient1Control:

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
 

Detailed Description

Control for making predictions of output values based on ANN model.

$A Igor Apr13;

Constructor & Destructor Documentation

IG.Web.Forms.WSClient1Control.WSClient1Control ( )
inline

References IG.Lib.WebService.

Member Function Documentation

void IG.Web.Forms.WSClient1Control.ClearResults ( )
inlineprotected

Clears the result fields.

void IG.Web.Forms.WSClient1Control.ClearServiceReferences ( )
inline

Service proy objects become null.

void IG.Web.Forms.WSClient1Control.btnRunServiceMethod_Click ( object  sender,
EventArgs  e 
)
inlineprivate
override void IG.Web.Forms.WSClient1Control.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.
void IG.Web.Forms.WSClient1Control.InitializeComponent ( )
inlineprivate

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

Member Data Documentation

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"
string IG.Web.Forms.WSClient1Control._serviceUrl = "http://localhost:40197/WSBase.asmx"
private
string IG.Web.Forms.WSClient1Control._webService
private
string IG.Web.Forms.WSClient1Control._webMethod
protected
IWSBase IG.Web.Forms.WSClient1Control._srvWSBase
private
System.ComponentModel.IContainer IG.Web.Forms.WSClient1Control.components = null
private

Required designer variable.

System.Windows.Forms.Button IG.Web.Forms.WSClient1Control.btnRunServiceMethod
private
System.Windows.Forms.TextBox IG.Web.Forms.WSClient1Control.txtArguments
private
System.Windows.Forms.ComboBox IG.Web.Forms.WSClient1Control.comboMethods
private
System.Windows.Forms.Label IG.Web.Forms.WSClient1Control.lblMethods
private
System.Windows.Forms.Label IG.Web.Forms.WSClient1Control.lblArguments
private
System.Windows.Forms.TextBox IG.Web.Forms.WSClient1Control.txtResults
private
System.Windows.Forms.ComboBox IG.Web.Forms.WSClient1Control.comboWebServices
private
System.Windows.Forms.Label IG.Web.Forms.WSClient1Control.lblWebService
private
System.Windows.Forms.Label IG.Web.Forms.WSClient1Control.lblUrl
private
System.Windows.Forms.TextBox IG.Web.Forms.WSClient1Control.txtUrl
private
System.Windows.Forms.Label IG.Web.Forms.WSClient1Control.lblResult
private
System.Windows.Forms.Label IG.Web.Forms.WSClient1Control.lblErrors
private
System.Windows.Forms.TextBox IG.Web.Forms.WSClient1Control.txtErrors
private

Property Documentation

string IG.Web.Forms.WSClient1Control.ServiceUrl
getsetprotected
string IG.Web.Forms.WSClient1Control.WebService
getset

Name of the web service that will execute the web method.

string IG.Web.Forms.WSClient1Control.WebMethod
getset
IWSBase IG.Web.Forms.WSClient1Control.SrvWSBase
getsetprotected

Service proxy object fof the service WSBase.


The documentation for this class was generated from the following files: