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
TestWS_GUI.EFA_WS.Service Class Reference

More...

+ Inheritance diagram for TestWS_GUI.EFA_WS.Service:
+ Collaboration diagram for TestWS_GUI.EFA_WS.Service:

Public Member Functions

 Service ()
 
string PosljiPaket (string paketXml)
 
void PosljiPaketAsync (string paketXml)
 
void PosljiPaketAsync (string paketXml, object userState)
 
string PosljiPaketZip ([System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] byte[] paketZip)
 
void PosljiPaketZipAsync (byte[] paketZip)
 
void PosljiPaketZipAsync (byte[] paketZip, object userState)
 
int StevilkaSeje ()
 
void StevilkaSejeAsync ()
 
void StevilkaSejeAsync (object userState)
 
string PaketStatus (decimal paketid)
 
void PaketStatusAsync (decimal paketid)
 
void PaketStatusAsync (decimal 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 ()
 
void PaketStatusZalogaVrednostiAsync ()
 
void PaketStatusZalogaVrednostiAsync (object userState)
 
System.Data.DataSet PodrocjaZalogaVrednosti ()
 
void PodrocjaZalogaVrednostiAsync ()
 
void PodrocjaZalogaVrednostiAsync (object userState)
 
new void CancelAsync (object userState)
 

Properties

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

Events

PosljiPaketCompletedEventHandler PosljiPaketCompleted
 
PosljiPaketZipCompletedEventHandler PosljiPaketZipCompleted
 
StevilkaSejeCompletedEventHandler StevilkaSejeCompleted
 
PaketStatusCompletedEventHandler PaketStatusCompleted
 
PaketShemaCompletedEventHandler PaketShemaCompleted
 
PaketStatusShemaCompletedEventHandler PaketStatusShemaCompleted
 
PaketTipZalogaVrednostiCompletedEventHandler PaketTipZalogaVrednostiCompleted
 
PaketStatusZalogaVrednostiCompletedEventHandler PaketStatusZalogaVrednostiCompleted
 
PodrocjaZalogaVrednostiCompletedEventHandler PodrocjaZalogaVrednostiCompleted
 

Private Member Functions

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

Private Attributes

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

Detailed Description

Constructor & Destructor Documentation

TestWS_GUI.EFA_WS.Service.Service ( )
inline

Member Function Documentation

string TestWS_GUI.EFA_WS.Service.PosljiPaket ( string  paketXml)
inline

void TestWS_GUI.EFA_WS.Service.PosljiPaketAsync ( string  paketXml)
inline

void TestWS_GUI.EFA_WS.Service.PosljiPaketAsync ( string  paketXml,
object  userState 
)
inline

void TestWS_GUI.EFA_WS.Service.OnPosljiPaketOperationCompleted ( object  arg)
inlineprivate
string TestWS_GUI.EFA_WS.Service.PosljiPaketZip ( [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] byte[]  paketZip)
inline

void TestWS_GUI.EFA_WS.Service.PosljiPaketZipAsync ( byte[]  paketZip)
inline

void TestWS_GUI.EFA_WS.Service.PosljiPaketZipAsync ( byte[]  paketZip,
object  userState 
)
inline

void TestWS_GUI.EFA_WS.Service.OnPosljiPaketZipOperationCompleted ( object  arg)
inlineprivate
int TestWS_GUI.EFA_WS.Service.StevilkaSeje ( )
inline

void TestWS_GUI.EFA_WS.Service.StevilkaSejeAsync ( )
inline

void TestWS_GUI.EFA_WS.Service.StevilkaSejeAsync ( object  userState)
inline

void TestWS_GUI.EFA_WS.Service.OnStevilkaSejeOperationCompleted ( object  arg)
inlineprivate
string TestWS_GUI.EFA_WS.Service.PaketStatus ( decimal  paketid)
inline

void TestWS_GUI.EFA_WS.Service.PaketStatusAsync ( decimal  paketid)
inline

void TestWS_GUI.EFA_WS.Service.PaketStatusAsync ( decimal  paketid,
object  userState 
)
inline

void TestWS_GUI.EFA_WS.Service.OnPaketStatusOperationCompleted ( object  arg)
inlineprivate
byte [] TestWS_GUI.EFA_WS.Service.PaketShema ( )
inline

void TestWS_GUI.EFA_WS.Service.PaketShemaAsync ( )
inline

void TestWS_GUI.EFA_WS.Service.PaketShemaAsync ( object  userState)
inline

void TestWS_GUI.EFA_WS.Service.OnPaketShemaOperationCompleted ( object  arg)
inlineprivate
byte [] TestWS_GUI.EFA_WS.Service.PaketStatusShema ( )
inline

void TestWS_GUI.EFA_WS.Service.PaketStatusShemaAsync ( )
inline

void TestWS_GUI.EFA_WS.Service.PaketStatusShemaAsync ( object  userState)
inline

void TestWS_GUI.EFA_WS.Service.OnPaketStatusShemaOperationCompleted ( object  arg)
inlineprivate
System.Data.DataSet TestWS_GUI.EFA_WS.Service.PaketTipZalogaVrednosti ( )
inline

void TestWS_GUI.EFA_WS.Service.PaketTipZalogaVrednostiAsync ( )
inline

void TestWS_GUI.EFA_WS.Service.PaketTipZalogaVrednostiAsync ( object  userState)
inline

void TestWS_GUI.EFA_WS.Service.OnPaketTipZalogaVrednostiOperationCompleted ( object  arg)
inlineprivate
System.Data.DataSet TestWS_GUI.EFA_WS.Service.PaketStatusZalogaVrednosti ( )
inline

void TestWS_GUI.EFA_WS.Service.PaketStatusZalogaVrednostiAsync ( )
inline

void TestWS_GUI.EFA_WS.Service.PaketStatusZalogaVrednostiAsync ( object  userState)
inline

void TestWS_GUI.EFA_WS.Service.OnPaketStatusZalogaVrednostiOperationCompleted ( object  arg)
inlineprivate
System.Data.DataSet TestWS_GUI.EFA_WS.Service.PodrocjaZalogaVrednosti ( )
inline

void TestWS_GUI.EFA_WS.Service.PodrocjaZalogaVrednostiAsync ( )
inline

void TestWS_GUI.EFA_WS.Service.PodrocjaZalogaVrednostiAsync ( object  userState)
inline

void TestWS_GUI.EFA_WS.Service.OnPodrocjaZalogaVrednostiOperationCompleted ( object  arg)
inlineprivate
new void TestWS_GUI.EFA_WS.Service.CancelAsync ( object  userState)
inline

bool TestWS_GUI.EFA_WS.Service.IsLocalFileSystemWebService ( string  url)
inlineprivate

Member Data Documentation

System.Threading.SendOrPostCallback TestWS_GUI.EFA_WS.Service.PosljiPaketOperationCompleted
private
System.Threading.SendOrPostCallback TestWS_GUI.EFA_WS.Service.PosljiPaketZipOperationCompleted
private
System.Threading.SendOrPostCallback TestWS_GUI.EFA_WS.Service.StevilkaSejeOperationCompleted
private
System.Threading.SendOrPostCallback TestWS_GUI.EFA_WS.Service.PaketStatusOperationCompleted
private
System.Threading.SendOrPostCallback TestWS_GUI.EFA_WS.Service.PaketShemaOperationCompleted
private
System.Threading.SendOrPostCallback TestWS_GUI.EFA_WS.Service.PaketStatusShemaOperationCompleted
private
System.Threading.SendOrPostCallback TestWS_GUI.EFA_WS.Service.PaketTipZalogaVrednostiOperationCompleted
private
System.Threading.SendOrPostCallback TestWS_GUI.EFA_WS.Service.PaketStatusZalogaVrednostiOperationCompleted
private
System.Threading.SendOrPostCallback TestWS_GUI.EFA_WS.Service.PodrocjaZalogaVrednostiOperationCompleted
private
bool TestWS_GUI.EFA_WS.Service.useDefaultCredentialsSetExplicitly
private

Property Documentation

new string TestWS_GUI.EFA_WS.Service.Url
getset
new bool TestWS_GUI.EFA_WS.Service.UseDefaultCredentials
getset

Event Documentation

PosljiPaketCompletedEventHandler TestWS_GUI.EFA_WS.Service.PosljiPaketCompleted

PosljiPaketZipCompletedEventHandler TestWS_GUI.EFA_WS.Service.PosljiPaketZipCompleted

StevilkaSejeCompletedEventHandler TestWS_GUI.EFA_WS.Service.StevilkaSejeCompleted

PaketStatusCompletedEventHandler TestWS_GUI.EFA_WS.Service.PaketStatusCompleted

PaketShemaCompletedEventHandler TestWS_GUI.EFA_WS.Service.PaketShemaCompleted

PaketStatusShemaCompletedEventHandler TestWS_GUI.EFA_WS.Service.PaketStatusShemaCompleted

PaketTipZalogaVrednostiCompletedEventHandler TestWS_GUI.EFA_WS.Service.PaketTipZalogaVrednostiCompleted

PaketStatusZalogaVrednostiCompletedEventHandler TestWS_GUI.EFA_WS.Service.PaketStatusZalogaVrednostiCompleted

PodrocjaZalogaVrednostiCompletedEventHandler TestWS_GUI.EFA_WS.Service.PodrocjaZalogaVrednostiCompleted


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