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.WSDevelop1Ref Class Reference

Class for referencing a web service based on the WSDevelopClass. More...

+ Inheritance diagram for IG.Web.WSDevelop1Ref:
+ Collaboration diagram for IG.Web.WSDevelop1Ref:

Public Member Functions

new ClientDataBase[] GetClientData (int Number)
 "Returns an array of Clients (maximum 10!)." More...
 
- Public Member Functions inherited from IG.Web.IWsDevelop1
string TestMethodWS2 ()
 Another test method from higher level development service. More...
 
- Public Member Functions inherited from IG.Web.IWsDevelop
string ReturnClientTable ()
 Returns an array of client data objects. More...
 
- Public Member Functions inherited from IG.Web.IWSBase
string GetServiceName ()
 Returns the name of the web service. More...
 
void SetServiceName (string name)
 Sets the name of the web service. More...
 
string TestService ()
 Tests whether the web service is alive. More...
 
string TestServiceCmd (string commandlineArguments)
 Tests whether the web service is alive. More...
 
string TestServiceArgs (string[] commandlineArguments)
 Tests whether the web service is alive. More...
 
string TestCount ()
 Web service method example. Increments a static counter. More...
 

Additional Inherited Members

- Properties inherited from IG.Web.IWSBase
string Url [get, set]
 URL of the web service. More...
 
System.Net.CookieContainer CookieContainer [get, set]
 Cookie container, for compatibility with proxy classes that are derived from the System.Web.Services.Protocols.HttpWebClientProtocol class. More...
 
- Properties inherited from IG.Lib.IIdentifiable
int Id [get]
 Returns unique ID (in the scope of a given type) of the current object. More...
 
- Properties inherited from IG.Lib.ILockable
object Lock [get]
 

Detailed Description

Class for referencing a web service based on the WSDevelopClass.

In the conditions where web service proxy can not be obtained, this clas' base will inherit from the service' base clase instead of it's generated proxy class.

Member Function Documentation

new ClientDataBase [] IG.Web.WSDevelop1Ref.GetClientData ( int  Number)
inline

"Returns an array of Clients (maximum 10!)."

Parameters
NumberNumber of client data objects retuerned, maximum 10.

Implements IG.Web.IWsDevelop.

References IG.Web.ClientDataBase.Id, and IG.Web.ClientDataBase.Name.


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