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
TestGui.localhost.Service Class Reference

More...

+ Inheritance diagram for TestGui.localhost.Service:
+ Collaboration diagram for TestGui.localhost.Service:

Public Member Functions

 Service ()
 
string PosljiPaket (string paketXml)
 
void PosljiPaketAsync (string paketXml)
 
void PosljiPaketAsync (string paketXml, object userState)
 
string PaketStatus (int paketId)
 
void PaketStatusAsync (int paketId)
 
void PaketStatusAsync (int paketId, object userState)
 
byte[] PaketShema ()
 
void PaketShemaAsync ()
 
void PaketShemaAsync (object userState)
 
byte[] PaketStatusShema ()
 
void PaketStatusShemaAsync ()
 
void PaketStatusShemaAsync (object userState)
 
System.Data.DataSet PaketTipZalogaVrednosti ()
 
void PaketTipZalogaVrednostiAsync ()
 
void PaketTipZalogaVrednostiAsync (object userState)
 
System.Data.DataSet PaketStatusZalogaVrednosti ()
 
System.Data.DataSet PodrocjaZalogaVrednosti ()
 
void PaketStatusZalogaVrednostiAsync ()
 
void PaketStatusZalogaVrednostiAsync (object userState)
 
new void CancelAsync (object userState)
 

Properties

new string Url [get, set]
 
new bool UseDefaultCredentials [get, set]
 

Events

PosljiPaketCompletedEventHandler PosljiPaketCompleted
 
PaketStatusCompletedEventHandler PaketStatusCompleted
 
PaketShemaCompletedEventHandler PaketShemaCompleted
 
PaketStatusShemaCompletedEventHandler PaketStatusShemaCompleted
 
PaketTipZalogaVrednostiCompletedEventHandler PaketTipZalogaVrednostiCompleted
 
PaketStatusZalogaVrednostiCompletedEventHandler PaketStatusZalogaVrednostiCompleted
 

Private Member Functions

void OnPosljiPaketOperationCompleted (object arg)
 
void OnPaketStatusOperationCompleted (object arg)
 
void OnPaketShemaOperationCompleted (object arg)
 
void OnPaketStatusShemaOperationCompleted (object arg)
 
void OnPaketTipZalogaVrednostiOperationCompleted (object arg)
 
void OnPaketStatusZalogaVrednostiOperationCompleted (object arg)
 
bool IsLocalFileSystemWebService (string url)
 

Private Attributes

System.Threading.SendOrPostCallback PosljiPaketOperationCompleted
 
System.Threading.SendOrPostCallback PaketStatusOperationCompleted
 
System.Threading.SendOrPostCallback PaketShemaOperationCompleted
 
System.Threading.SendOrPostCallback PaketStatusShemaOperationCompleted
 
System.Threading.SendOrPostCallback PaketTipZalogaVrednostiOperationCompleted
 
System.Threading.SendOrPostCallback PaketStatusZalogaVrednostiOperationCompleted
 
bool useDefaultCredentialsSetExplicitly
 

Detailed Description

Constructor & Destructor Documentation

TestGui.localhost.Service.Service ( )
inline

Member Function Documentation

string TestGui.localhost.Service.PosljiPaket ( string  paketXml)
inline
void TestGui.localhost.Service.PosljiPaketAsync ( string  paketXml)
inline

void TestGui.localhost.Service.PosljiPaketAsync ( string  paketXml,
object  userState 
)
inline

void TestGui.localhost.Service.OnPosljiPaketOperationCompleted ( object  arg)
inlineprivate
string TestGui.localhost.Service.PaketStatus ( int  paketId)
inline

void TestGui.localhost.Service.PaketStatusAsync ( int  paketId)
inline

void TestGui.localhost.Service.PaketStatusAsync ( int  paketId,
object  userState 
)
inline

void TestGui.localhost.Service.OnPaketStatusOperationCompleted ( object  arg)
inlineprivate
byte [] TestGui.localhost.Service.PaketShema ( )
inline

void TestGui.localhost.Service.PaketShemaAsync ( )
inline

void TestGui.localhost.Service.PaketShemaAsync ( object  userState)
inline

void TestGui.localhost.Service.OnPaketShemaOperationCompleted ( object  arg)
inlineprivate
byte [] TestGui.localhost.Service.PaketStatusShema ( )
inline

void TestGui.localhost.Service.PaketStatusShemaAsync ( )
inline

void TestGui.localhost.Service.PaketStatusShemaAsync ( object  userState)
inline

void TestGui.localhost.Service.OnPaketStatusShemaOperationCompleted ( object  arg)
inlineprivate
System.Data.DataSet TestGui.localhost.Service.PaketTipZalogaVrednosti ( )
inline

void TestGui.localhost.Service.PaketTipZalogaVrednostiAsync ( )
inline

void TestGui.localhost.Service.PaketTipZalogaVrednostiAsync ( object  userState)
inline

void TestGui.localhost.Service.OnPaketTipZalogaVrednostiOperationCompleted ( object  arg)
inlineprivate
System.Data.DataSet TestGui.localhost.Service.PaketStatusZalogaVrednosti ( )
inline

System.Data.DataSet TestGui.localhost.Service.PodrocjaZalogaVrednosti ( )
inline
void TestGui.localhost.Service.PaketStatusZalogaVrednostiAsync ( )
inline

void TestGui.localhost.Service.PaketStatusZalogaVrednostiAsync ( object  userState)
inline

void TestGui.localhost.Service.OnPaketStatusZalogaVrednostiOperationCompleted ( object  arg)
inlineprivate
new void TestGui.localhost.Service.CancelAsync ( object  userState)
inline

bool TestGui.localhost.Service.IsLocalFileSystemWebService ( string  url)
inlineprivate

Member Data Documentation

System.Threading.SendOrPostCallback TestGui.localhost.Service.PosljiPaketOperationCompleted
private
System.Threading.SendOrPostCallback TestGui.localhost.Service.PaketStatusOperationCompleted
private
System.Threading.SendOrPostCallback TestGui.localhost.Service.PaketShemaOperationCompleted
private
System.Threading.SendOrPostCallback TestGui.localhost.Service.PaketStatusShemaOperationCompleted
private
System.Threading.SendOrPostCallback TestGui.localhost.Service.PaketTipZalogaVrednostiOperationCompleted
private
System.Threading.SendOrPostCallback TestGui.localhost.Service.PaketStatusZalogaVrednostiOperationCompleted
private
bool TestGui.localhost.Service.useDefaultCredentialsSetExplicitly
private

Property Documentation

new bool TestGui.localhost.Service.UseDefaultCredentials
getset

Event Documentation

PosljiPaketCompletedEventHandler TestGui.localhost.Service.PosljiPaketCompleted

PaketStatusCompletedEventHandler TestGui.localhost.Service.PaketStatusCompleted

PaketShemaCompletedEventHandler TestGui.localhost.Service.PaketShemaCompleted

PaketStatusShemaCompletedEventHandler TestGui.localhost.Service.PaketStatusShemaCompleted

PaketTipZalogaVrednostiCompletedEventHandler TestGui.localhost.Service.PaketTipZalogaVrednostiCompleted

PaketStatusZalogaVrednostiCompletedEventHandler TestGui.localhost.Service.PaketStatusZalogaVrednostiCompleted


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