//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.269
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
//
// This source code was auto-generated by Microsoft.VSDesigner, Version 4.0.30319.269.
//
#pragma warning disable 1591
namespace PrometeiaMessage.bancafideuram.nac.anagrafica {
using System;
using System.Web.Services;
using System.Diagnostics;
using System.Web.Services.Protocols;
using System.ComponentModel;
using System.Xml.Serialization;
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Web.Services.WebServiceBindingAttribute(Name="AnagraficaSoap", Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public partial class Anagrafica : System.Web.Services.Protocols.SoapHttpClientProtocol {
private System.Threading.SendOrPostCallback getClientiOperationCompleted;
private System.Threading.SendOrPostCallback getClienteOperationCompleted;
private System.Threading.SendOrPostCallback getClienteInfoAggOperationCompleted;
private System.Threading.SendOrPostCallback getDocumentoOperationCompleted;
private System.Threading.SendOrPostCallback getIndirizziOperationCompleted;
private System.Threading.SendOrPostCallback getTelefoniOperationCompleted;
private System.Threading.SendOrPostCallback getRFAOperationCompleted;
private System.Threading.SendOrPostCallback getEmailOperationCompleted;
private System.Threading.SendOrPostCallback getClientiDivenutiEffettiviOperationCompleted;
private System.Threading.SendOrPostCallback getUtenteNacOperationCompleted;
private bool useDefaultCredentialsSetExplicitly;
///
public Anagrafica() {
this.Url = global::PrometeiaMessage.Properties.Settings.Default.PrometeiaMessage_bancafideuram_nac_anagrafica_Anagrafica;
if ((this.IsLocalFileSystemWebService(this.Url) == true)) {
this.UseDefaultCredentials = true;
this.useDefaultCredentialsSetExplicitly = false;
}
else {
this.useDefaultCredentialsSetExplicitly = true;
}
}
public new string Url {
get {
return base.Url;
}
set {
if ((((this.IsLocalFileSystemWebService(base.Url) == true)
&& (this.useDefaultCredentialsSetExplicitly == false))
&& (this.IsLocalFileSystemWebService(value) == false))) {
base.UseDefaultCredentials = false;
}
base.Url = value;
}
}
public new bool UseDefaultCredentials {
get {
return base.UseDefaultCredentials;
}
set {
base.UseDefaultCredentials = value;
this.useDefaultCredentialsSetExplicitly = true;
}
}
///
public event getClientiCompletedEventHandler getClientiCompleted;
///
public event getClienteCompletedEventHandler getClienteCompleted;
///
public event getClienteInfoAggCompletedEventHandler getClienteInfoAggCompleted;
///
public event getDocumentoCompletedEventHandler getDocumentoCompleted;
///
public event getIndirizziCompletedEventHandler getIndirizziCompleted;
///
public event getTelefoniCompletedEventHandler getTelefoniCompleted;
///
public event getRFACompletedEventHandler getRFACompleted;
///
public event getEmailCompletedEventHandler getEmailCompleted;
///
public event getClientiDivenutiEffettiviCompletedEventHandler getClientiDivenutiEffettiviCompleted;
///
public event getUtenteNacCompletedEventHandler getUtenteNacCompleted;
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Anagrafica/getClienti", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public ClientiRes getClienti([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")] PB pb, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")] InfoClient infoClient) {
object[] results = this.Invoke("getClienti", new object[] {
pb,
infoClient});
return ((ClientiRes)(results[0]));
}
///
public void getClientiAsync(PB pb, InfoClient infoClient) {
this.getClientiAsync(pb, infoClient, null);
}
///
public void getClientiAsync(PB pb, InfoClient infoClient, object userState) {
if ((this.getClientiOperationCompleted == null)) {
this.getClientiOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetClientiOperationCompleted);
}
this.InvokeAsync("getClienti", new object[] {
pb,
infoClient}, this.getClientiOperationCompleted, userState);
}
private void OngetClientiOperationCompleted(object arg) {
if ((this.getClientiCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getClientiCompleted(this, new getClientiCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Anagrafica/getCliente", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public ClienteRes getCliente([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")] ChiaveCliente chiaveCliente, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")] InfoClient infoClient) {
object[] results = this.Invoke("getCliente", new object[] {
chiaveCliente,
infoClient});
return ((ClienteRes)(results[0]));
}
///
public void getClienteAsync(ChiaveCliente chiaveCliente, InfoClient infoClient) {
this.getClienteAsync(chiaveCliente, infoClient, null);
}
///
public void getClienteAsync(ChiaveCliente chiaveCliente, InfoClient infoClient, object userState) {
if ((this.getClienteOperationCompleted == null)) {
this.getClienteOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetClienteOperationCompleted);
}
this.InvokeAsync("getCliente", new object[] {
chiaveCliente,
infoClient}, this.getClienteOperationCompleted, userState);
}
private void OngetClienteOperationCompleted(object arg) {
if ((this.getClienteCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getClienteCompleted(this, new getClienteCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Anagrafica/getClienteInfoAgg", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public ClienteInfoAggRes getClienteInfoAgg([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")] ChiaveCliente chiaveCliente, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")] InfoClient infoClient) {
object[] results = this.Invoke("getClienteInfoAgg", new object[] {
chiaveCliente,
infoClient});
return ((ClienteInfoAggRes)(results[0]));
}
///
public void getClienteInfoAggAsync(ChiaveCliente chiaveCliente, InfoClient infoClient) {
this.getClienteInfoAggAsync(chiaveCliente, infoClient, null);
}
///
public void getClienteInfoAggAsync(ChiaveCliente chiaveCliente, InfoClient infoClient, object userState) {
if ((this.getClienteInfoAggOperationCompleted == null)) {
this.getClienteInfoAggOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetClienteInfoAggOperationCompleted);
}
this.InvokeAsync("getClienteInfoAgg", new object[] {
chiaveCliente,
infoClient}, this.getClienteInfoAggOperationCompleted, userState);
}
private void OngetClienteInfoAggOperationCompleted(object arg) {
if ((this.getClienteInfoAggCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getClienteInfoAggCompleted(this, new getClienteInfoAggCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Anagrafica/getDocumento", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public DocumentoRes getDocumento([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")] ChiaveCliente chiaveCliente, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")] InfoClient infoClient) {
object[] results = this.Invoke("getDocumento", new object[] {
chiaveCliente,
infoClient});
return ((DocumentoRes)(results[0]));
}
///
public void getDocumentoAsync(ChiaveCliente chiaveCliente, InfoClient infoClient) {
this.getDocumentoAsync(chiaveCliente, infoClient, null);
}
///
public void getDocumentoAsync(ChiaveCliente chiaveCliente, InfoClient infoClient, object userState) {
if ((this.getDocumentoOperationCompleted == null)) {
this.getDocumentoOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetDocumentoOperationCompleted);
}
this.InvokeAsync("getDocumento", new object[] {
chiaveCliente,
infoClient}, this.getDocumentoOperationCompleted, userState);
}
private void OngetDocumentoOperationCompleted(object arg) {
if ((this.getDocumentoCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getDocumentoCompleted(this, new getDocumentoCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Anagrafica/getIndirizzi", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public IndirizzoRes getIndirizzi([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")] ChiaveCliente chiaveCliente, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")] string TipoIndirizzo, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")] InfoClient infoClient) {
object[] results = this.Invoke("getIndirizzi", new object[] {
chiaveCliente,
TipoIndirizzo,
infoClient});
return ((IndirizzoRes)(results[0]));
}
///
public void getIndirizziAsync(ChiaveCliente chiaveCliente, string TipoIndirizzo, InfoClient infoClient) {
this.getIndirizziAsync(chiaveCliente, TipoIndirizzo, infoClient, null);
}
///
public void getIndirizziAsync(ChiaveCliente chiaveCliente, string TipoIndirizzo, InfoClient infoClient, object userState) {
if ((this.getIndirizziOperationCompleted == null)) {
this.getIndirizziOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetIndirizziOperationCompleted);
}
this.InvokeAsync("getIndirizzi", new object[] {
chiaveCliente,
TipoIndirizzo,
infoClient}, this.getIndirizziOperationCompleted, userState);
}
private void OngetIndirizziOperationCompleted(object arg) {
if ((this.getIndirizziCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getIndirizziCompleted(this, new getIndirizziCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Anagrafica/getTelefoni", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public TelefonoRes getTelefoni([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")] ChiaveCliente chiaveCliente, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")] InfoClient infoClient) {
object[] results = this.Invoke("getTelefoni", new object[] {
chiaveCliente,
infoClient});
return ((TelefonoRes)(results[0]));
}
///
public void getTelefoniAsync(ChiaveCliente chiaveCliente, InfoClient infoClient) {
this.getTelefoniAsync(chiaveCliente, infoClient, null);
}
///
public void getTelefoniAsync(ChiaveCliente chiaveCliente, InfoClient infoClient, object userState) {
if ((this.getTelefoniOperationCompleted == null)) {
this.getTelefoniOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetTelefoniOperationCompleted);
}
this.InvokeAsync("getTelefoni", new object[] {
chiaveCliente,
infoClient}, this.getTelefoniOperationCompleted, userState);
}
private void OngetTelefoniOperationCompleted(object arg) {
if ((this.getTelefoniCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getTelefoniCompleted(this, new getTelefoniCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Anagrafica/getRFA", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public RFARes getRFA([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")] ChiaveCliente chiaveCliente, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")] InfoClient infoClient) {
object[] results = this.Invoke("getRFA", new object[] {
chiaveCliente,
infoClient});
return ((RFARes)(results[0]));
}
///
public void getRFAAsync(ChiaveCliente chiaveCliente, InfoClient infoClient) {
this.getRFAAsync(chiaveCliente, infoClient, null);
}
///
public void getRFAAsync(ChiaveCliente chiaveCliente, InfoClient infoClient, object userState) {
if ((this.getRFAOperationCompleted == null)) {
this.getRFAOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetRFAOperationCompleted);
}
this.InvokeAsync("getRFA", new object[] {
chiaveCliente,
infoClient}, this.getRFAOperationCompleted, userState);
}
private void OngetRFAOperationCompleted(object arg) {
if ((this.getRFACompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getRFACompleted(this, new getRFACompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Anagrafica/getEmail", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public EmailRes getEmail([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")] ChiaveCliente chiaveCliente, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")] InfoClient infoClient) {
object[] results = this.Invoke("getEmail", new object[] {
chiaveCliente,
infoClient});
return ((EmailRes)(results[0]));
}
///
public void getEmailAsync(ChiaveCliente chiaveCliente, InfoClient infoClient) {
this.getEmailAsync(chiaveCliente, infoClient, null);
}
///
public void getEmailAsync(ChiaveCliente chiaveCliente, InfoClient infoClient, object userState) {
if ((this.getEmailOperationCompleted == null)) {
this.getEmailOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetEmailOperationCompleted);
}
this.InvokeAsync("getEmail", new object[] {
chiaveCliente,
infoClient}, this.getEmailOperationCompleted, userState);
}
private void OngetEmailOperationCompleted(object arg) {
if ((this.getEmailCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getEmailCompleted(this, new getEmailCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Anagrafica/getClientiDivenutiEffettivi", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public ChiaveClienteRes getClientiDivenutiEffettivi([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")] int giorni, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")] InfoClient infoClient) {
object[] results = this.Invoke("getClientiDivenutiEffettivi", new object[] {
giorni,
infoClient});
return ((ChiaveClienteRes)(results[0]));
}
///
public void getClientiDivenutiEffettiviAsync(int giorni, InfoClient infoClient) {
this.getClientiDivenutiEffettiviAsync(giorni, infoClient, null);
}
///
public void getClientiDivenutiEffettiviAsync(int giorni, InfoClient infoClient, object userState) {
if ((this.getClientiDivenutiEffettiviOperationCompleted == null)) {
this.getClientiDivenutiEffettiviOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetClientiDivenutiEffettiviOperationCompleted);
}
this.InvokeAsync("getClientiDivenutiEffettivi", new object[] {
giorni,
infoClient}, this.getClientiDivenutiEffettiviOperationCompleted, userState);
}
private void OngetClientiDivenutiEffettiviOperationCompleted(object arg) {
if ((this.getClientiDivenutiEffettiviCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getClientiDivenutiEffettiviCompleted(this, new getClientiDivenutiEffettiviCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Anagrafica/getUtenteNac", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public PBRes getUtenteNac([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")] string codicePortaleAutorizzazioni, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")] InfoClient infoClient) {
object[] results = this.Invoke("getUtenteNac", new object[] {
codicePortaleAutorizzazioni,
infoClient});
return ((PBRes)(results[0]));
}
///
public void getUtenteNacAsync(string codicePortaleAutorizzazioni, InfoClient infoClient) {
this.getUtenteNacAsync(codicePortaleAutorizzazioni, infoClient, null);
}
///
public void getUtenteNacAsync(string codicePortaleAutorizzazioni, InfoClient infoClient, object userState) {
if ((this.getUtenteNacOperationCompleted == null)) {
this.getUtenteNacOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetUtenteNacOperationCompleted);
}
this.InvokeAsync("getUtenteNac", new object[] {
codicePortaleAutorizzazioni,
infoClient}, this.getUtenteNacOperationCompleted, userState);
}
private void OngetUtenteNacOperationCompleted(object arg) {
if ((this.getUtenteNacCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getUtenteNacCompleted(this, new getUtenteNacCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
public new void CancelAsync(object userState) {
base.CancelAsync(userState);
}
private bool IsLocalFileSystemWebService(string url) {
if (((url == null)
|| (url == string.Empty))) {
return false;
}
System.Uri wsUri = new System.Uri(url);
if (((wsUri.Port >= 1024)
&& (string.Compare(wsUri.Host, "localHost", System.StringComparison.OrdinalIgnoreCase) == 0))) {
return true;
}
return false;
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public partial class PB {
private string cognomenomeField;
private string codiceAgenteField;
private string reteField;
private string codiceReteField;
private string codiceManagerField;
private string livelloNellaGerarchiaField;
private PB[] subordinatiField;
///
public string cognomenome {
get {
return this.cognomenomeField;
}
set {
this.cognomenomeField = value;
}
}
///
public string codiceAgente {
get {
return this.codiceAgenteField;
}
set {
this.codiceAgenteField = value;
}
}
///
public string rete {
get {
return this.reteField;
}
set {
this.reteField = value;
}
}
///
public string codiceRete {
get {
return this.codiceReteField;
}
set {
this.codiceReteField = value;
}
}
///
public string codiceManager {
get {
return this.codiceManagerField;
}
set {
this.codiceManagerField = value;
}
}
///
public string livelloNellaGerarchia {
get {
return this.livelloNellaGerarchiaField;
}
set {
this.livelloNellaGerarchiaField = value;
}
}
///
public PB[] subordinati {
get {
return this.subordinatiField;
}
set {
this.subordinatiField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public partial class PBRes {
private PB pbField;
private InfoServer infoField;
///
public PB pb {
get {
return this.pbField;
}
set {
this.pbField = value;
}
}
///
public InfoServer info {
get {
return this.infoField;
}
set {
this.infoField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public partial class InfoServer {
private bool sistemaInAggiornamentoField;
private int versioneDatabaseSIMPBField;
private string codiceApplicazioneField;
private Errore[] errorsField;
///
public bool sistemaInAggiornamento {
get {
return this.sistemaInAggiornamentoField;
}
set {
this.sistemaInAggiornamentoField = value;
}
}
///
public int versioneDatabaseSIMPB {
get {
return this.versioneDatabaseSIMPBField;
}
set {
this.versioneDatabaseSIMPBField = value;
}
}
///
public string codiceApplicazione {
get {
return this.codiceApplicazioneField;
}
set {
this.codiceApplicazioneField = value;
}
}
///
public Errore[] errors {
get {
return this.errorsField;
}
set {
this.errorsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public partial class Errore {
private int codiceErroreField;
private int livelloDiSeveritaField;
private string messaggioPerUtenteFinaleField;
private string descrizioneInternaField;
private string stackTraceField;
private string codiceReteField;
///
public int codiceErrore {
get {
return this.codiceErroreField;
}
set {
this.codiceErroreField = value;
}
}
///
public int livelloDiSeverita {
get {
return this.livelloDiSeveritaField;
}
set {
this.livelloDiSeveritaField = value;
}
}
///
public string messaggioPerUtenteFinale {
get {
return this.messaggioPerUtenteFinaleField;
}
set {
this.messaggioPerUtenteFinaleField = value;
}
}
///
public string descrizioneInterna {
get {
return this.descrizioneInternaField;
}
set {
this.descrizioneInternaField = value;
}
}
///
public string stackTrace {
get {
return this.stackTraceField;
}
set {
this.stackTraceField = value;
}
}
///
public string codiceRete {
get {
return this.codiceReteField;
}
set {
this.codiceReteField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public partial class ChiaveClienteRes {
private ChiaveCliente[] allChiaveClienteField;
private InfoServer infoField;
///
public ChiaveCliente[] allChiaveCliente {
get {
return this.allChiaveClienteField;
}
set {
this.allChiaveClienteField = value;
}
}
///
public InfoServer info {
get {
return this.infoField;
}
set {
this.infoField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public partial class ChiaveCliente {
private string codiceReteField;
private string codiceAgenteField;
private string codicefiscaleField;
private string codiceMandatoField;
private bool potenzialeClienteNACField;
///
public string codiceRete {
get {
return this.codiceReteField;
}
set {
this.codiceReteField = value;
}
}
///
public string codiceAgente {
get {
return this.codiceAgenteField;
}
set {
this.codiceAgenteField = value;
}
}
///
public string codicefiscale {
get {
return this.codicefiscaleField;
}
set {
this.codicefiscaleField = value;
}
}
///
public string codiceMandato {
get {
return this.codiceMandatoField;
}
set {
this.codiceMandatoField = value;
}
}
///
public bool potenzialeClienteNAC {
get {
return this.potenzialeClienteNACField;
}
set {
this.potenzialeClienteNACField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public partial class Email {
private string tipoEmailField;
private string emailField;
private string notaField;
///
public string tipoEmail {
get {
return this.tipoEmailField;
}
set {
this.tipoEmailField = value;
}
}
///
public string email {
get {
return this.emailField;
}
set {
this.emailField = value;
}
}
///
public string nota {
get {
return this.notaField;
}
set {
this.notaField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public partial class EmailRes {
private Email allEmailField;
private InfoServer infoField;
///
public Email allEmail {
get {
return this.allEmailField;
}
set {
this.allEmailField = value;
}
}
///
public InfoServer info {
get {
return this.infoField;
}
set {
this.infoField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public partial class RFA {
private string fasciaRFAField;
private string dataValorizzazioneField;
private double gestitaField;
private double nongestitaField;
private double fondiField;
private double fondiDiTerziField;
private double gestioniField;
private double contocorrenteField;
private double dossiertitoliField;
private string profiloDiRischioDescrizioneBreveField;
private string profiloDiRischioDescrizioneEstesaField;
private string dataAttivazioneClienteField;
///
public string fasciaRFA {
get {
return this.fasciaRFAField;
}
set {
this.fasciaRFAField = value;
}
}
///
public string dataValorizzazione {
get {
return this.dataValorizzazioneField;
}
set {
this.dataValorizzazioneField = value;
}
}
///
public double gestita {
get {
return this.gestitaField;
}
set {
this.gestitaField = value;
}
}
///
public double nongestita {
get {
return this.nongestitaField;
}
set {
this.nongestitaField = value;
}
}
///
public double fondi {
get {
return this.fondiField;
}
set {
this.fondiField = value;
}
}
///
public double fondiDiTerzi {
get {
return this.fondiDiTerziField;
}
set {
this.fondiDiTerziField = value;
}
}
///
public double gestioni {
get {
return this.gestioniField;
}
set {
this.gestioniField = value;
}
}
///
public double contocorrente {
get {
return this.contocorrenteField;
}
set {
this.contocorrenteField = value;
}
}
///
public double dossiertitoli {
get {
return this.dossiertitoliField;
}
set {
this.dossiertitoliField = value;
}
}
///
public string profiloDiRischioDescrizioneBreve {
get {
return this.profiloDiRischioDescrizioneBreveField;
}
set {
this.profiloDiRischioDescrizioneBreveField = value;
}
}
///
public string profiloDiRischioDescrizioneEstesa {
get {
return this.profiloDiRischioDescrizioneEstesaField;
}
set {
this.profiloDiRischioDescrizioneEstesaField = value;
}
}
///
public string dataAttivazioneCliente {
get {
return this.dataAttivazioneClienteField;
}
set {
this.dataAttivazioneClienteField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public partial class RFARes {
private RFA allRFAField;
private InfoServer infoField;
///
public RFA allRFA {
get {
return this.allRFAField;
}
set {
this.allRFAField = value;
}
}
///
public InfoServer info {
get {
return this.infoField;
}
set {
this.infoField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public partial class Telefono {
private string tipoTelefonoField;
private string prefissoField;
private string numeroField;
private string notaField;
///
public string tipoTelefono {
get {
return this.tipoTelefonoField;
}
set {
this.tipoTelefonoField = value;
}
}
///
public string prefisso {
get {
return this.prefissoField;
}
set {
this.prefissoField = value;
}
}
///
public string numero {
get {
return this.numeroField;
}
set {
this.numeroField = value;
}
}
///
public string nota {
get {
return this.notaField;
}
set {
this.notaField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public partial class TelefonoRes {
private Telefono[] allTelefonoField;
private InfoServer infoField;
///
public Telefono[] allTelefono {
get {
return this.allTelefonoField;
}
set {
this.allTelefonoField = value;
}
}
///
public InfoServer info {
get {
return this.infoField;
}
set {
this.infoField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public partial class Indirizzo {
private string tipoIndirizzoField;
private string indirizzoField;
private string capField;
private string cittaField;
private string provinciaField;
private string nazioneField;
///
public string tipoIndirizzo {
get {
return this.tipoIndirizzoField;
}
set {
this.tipoIndirizzoField = value;
}
}
///
public string indirizzo {
get {
return this.indirizzoField;
}
set {
this.indirizzoField = value;
}
}
///
public string cap {
get {
return this.capField;
}
set {
this.capField = value;
}
}
///
public string citta {
get {
return this.cittaField;
}
set {
this.cittaField = value;
}
}
///
public string provincia {
get {
return this.provinciaField;
}
set {
this.provinciaField = value;
}
}
///
public string nazione {
get {
return this.nazioneField;
}
set {
this.nazioneField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public partial class IndirizzoRes {
private Indirizzo[] allIndirizzoField;
private InfoServer infoField;
///
public Indirizzo[] allIndirizzo {
get {
return this.allIndirizzoField;
}
set {
this.allIndirizzoField = value;
}
}
///
public InfoServer info {
get {
return this.infoField;
}
set {
this.infoField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public partial class Documento {
private string tipoField;
private string numeroField;
private string datadiRilascioField;
private string rilasciatodaField;
private string luogodirilascioField;
private string minorenneInterdettoField;
///
public string tipo {
get {
return this.tipoField;
}
set {
this.tipoField = value;
}
}
///
public string numero {
get {
return this.numeroField;
}
set {
this.numeroField = value;
}
}
///
public string datadiRilascio {
get {
return this.datadiRilascioField;
}
set {
this.datadiRilascioField = value;
}
}
///
public string rilasciatoda {
get {
return this.rilasciatodaField;
}
set {
this.rilasciatodaField = value;
}
}
///
public string luogodirilascio {
get {
return this.luogodirilascioField;
}
set {
this.luogodirilascioField = value;
}
}
///
public string minorenneInterdetto {
get {
return this.minorenneInterdettoField;
}
set {
this.minorenneInterdettoField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public partial class DocumentoRes {
private Documento[] allDocumentoField;
private InfoServer infoField;
///
public Documento[] allDocumento {
get {
return this.allDocumentoField;
}
set {
this.allDocumentoField = value;
}
}
///
public InfoServer info {
get {
return this.infoField;
}
set {
this.infoField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public partial class ClienteInfoAgg {
private string abilonlineField;
private string areaField;
private string dtOkeyField;
///
public string abilonline {
get {
return this.abilonlineField;
}
set {
this.abilonlineField = value;
}
}
///
public string area {
get {
return this.areaField;
}
set {
this.areaField = value;
}
}
///
public string dtOkey {
get {
return this.dtOkeyField;
}
set {
this.dtOkeyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public partial class ClienteInfoAggRes {
private ClienteInfoAgg allClienteInfoAggField;
private InfoServer infoField;
///
public ClienteInfoAgg allClienteInfoAgg {
get {
return this.allClienteInfoAggField;
}
set {
this.allClienteInfoAggField = value;
}
}
///
public InfoServer info {
get {
return this.infoField;
}
set {
this.infoField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public partial class ClienteRes {
private Cliente clienteField;
private InfoServer infoField;
///
public Cliente cliente {
get {
return this.clienteField;
}
set {
this.clienteField = value;
}
}
///
public InfoServer info {
get {
return this.infoField;
}
set {
this.infoField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public partial class Cliente {
private string codiceReteField;
private string codiceAgenteField;
private string codicefiscaleField;
private string nomeField;
private string cognomeField;
private string datadinascitaField;
private string nazionediNascitaField;
private string comunediNascitaField;
private string sessoField;
private string cittadinanzaField;
private string titolodiStudioCodiceField;
private string titolodiStudioDescrizioneField;
private string tipoClienteField;
private string dataAttivazioneClienteField;
private string codiceMandatoField;
///
public string codiceRete {
get {
return this.codiceReteField;
}
set {
this.codiceReteField = value;
}
}
///
public string codiceAgente {
get {
return this.codiceAgenteField;
}
set {
this.codiceAgenteField = value;
}
}
///
public string codicefiscale {
get {
return this.codicefiscaleField;
}
set {
this.codicefiscaleField = value;
}
}
///
public string nome {
get {
return this.nomeField;
}
set {
this.nomeField = value;
}
}
///
public string cognome {
get {
return this.cognomeField;
}
set {
this.cognomeField = value;
}
}
///
public string datadinascita {
get {
return this.datadinascitaField;
}
set {
this.datadinascitaField = value;
}
}
///
public string nazionediNascita {
get {
return this.nazionediNascitaField;
}
set {
this.nazionediNascitaField = value;
}
}
///
public string comunediNascita {
get {
return this.comunediNascitaField;
}
set {
this.comunediNascitaField = value;
}
}
///
public string Sesso {
get {
return this.sessoField;
}
set {
this.sessoField = value;
}
}
///
public string cittadinanza {
get {
return this.cittadinanzaField;
}
set {
this.cittadinanzaField = value;
}
}
///
public string titolodiStudioCodice {
get {
return this.titolodiStudioCodiceField;
}
set {
this.titolodiStudioCodiceField = value;
}
}
///
public string titolodiStudioDescrizione {
get {
return this.titolodiStudioDescrizioneField;
}
set {
this.titolodiStudioDescrizioneField = value;
}
}
///
public string tipoCliente {
get {
return this.tipoClienteField;
}
set {
this.tipoClienteField = value;
}
}
///
public string dataAttivazioneCliente {
get {
return this.dataAttivazioneClienteField;
}
set {
this.dataAttivazioneClienteField = value;
}
}
///
public string codiceMandato {
get {
return this.codiceMandatoField;
}
set {
this.codiceMandatoField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public partial class ClientiRes {
private Cliente[] allClienteField;
private InfoServer infoField;
///
public Cliente[] allCliente {
get {
return this.allClienteField;
}
set {
this.allClienteField = value;
}
}
///
public InfoServer info {
get {
return this.infoField;
}
set {
this.infoField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Anagrafica")]
public partial class InfoClient {
private string codiceApplicazioneField;
private int versioneDatabaseSIMPBField;
private string codiceReteField;
///
public string codiceApplicazione {
get {
return this.codiceApplicazioneField;
}
set {
this.codiceApplicazioneField = value;
}
}
///
public int versioneDatabaseSIMPB {
get {
return this.versioneDatabaseSIMPBField;
}
set {
this.versioneDatabaseSIMPBField = value;
}
}
///
public string codiceRete {
get {
return this.codiceReteField;
}
set {
this.codiceReteField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
public delegate void getClientiCompletedEventHandler(object sender, getClientiCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getClientiCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getClientiCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public ClientiRes Result {
get {
this.RaiseExceptionIfNecessary();
return ((ClientiRes)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
public delegate void getClienteCompletedEventHandler(object sender, getClienteCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getClienteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getClienteCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public ClienteRes Result {
get {
this.RaiseExceptionIfNecessary();
return ((ClienteRes)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
public delegate void getClienteInfoAggCompletedEventHandler(object sender, getClienteInfoAggCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getClienteInfoAggCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getClienteInfoAggCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public ClienteInfoAggRes Result {
get {
this.RaiseExceptionIfNecessary();
return ((ClienteInfoAggRes)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
public delegate void getDocumentoCompletedEventHandler(object sender, getDocumentoCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getDocumentoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getDocumentoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public DocumentoRes Result {
get {
this.RaiseExceptionIfNecessary();
return ((DocumentoRes)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
public delegate void getIndirizziCompletedEventHandler(object sender, getIndirizziCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getIndirizziCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getIndirizziCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public IndirizzoRes Result {
get {
this.RaiseExceptionIfNecessary();
return ((IndirizzoRes)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
public delegate void getTelefoniCompletedEventHandler(object sender, getTelefoniCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getTelefoniCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getTelefoniCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public TelefonoRes Result {
get {
this.RaiseExceptionIfNecessary();
return ((TelefonoRes)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
public delegate void getRFACompletedEventHandler(object sender, getRFACompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getRFACompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getRFACompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public RFARes Result {
get {
this.RaiseExceptionIfNecessary();
return ((RFARes)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
public delegate void getEmailCompletedEventHandler(object sender, getEmailCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getEmailCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getEmailCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public EmailRes Result {
get {
this.RaiseExceptionIfNecessary();
return ((EmailRes)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
public delegate void getClientiDivenutiEffettiviCompletedEventHandler(object sender, getClientiDivenutiEffettiviCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getClientiDivenutiEffettiviCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getClientiDivenutiEffettiviCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public ChiaveClienteRes Result {
get {
this.RaiseExceptionIfNecessary();
return ((ChiaveClienteRes)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
public delegate void getUtenteNacCompletedEventHandler(object sender, getUtenteNacCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getUtenteNacCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getUtenteNacCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public PBRes Result {
get {
this.RaiseExceptionIfNecessary();
return ((PBRes)(this.results[0]));
}
}
}
}
#pragma warning restore 1591