2025-06-27 17:23:45 +02:00

488 lines
28 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
//
// This source code was auto-generated by Microsoft.VSDesigner, Version 4.0.30319.42000.
//
#pragma warning disable 1591
namespace Consulenza.Web.ConsulenzaBaseWS {
using System.Diagnostics;
using System;
using System.Xml.Serialization;
using System.ComponentModel;
using System.Web.Services.Protocols;
using System.Web.Services;
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Web.Services.WebServiceBindingAttribute(Name="WSPropostaSoap", Namespace="http://it.bancafideuram.report.propostaservice/")]
public partial class WSProposta : System.Web.Services.Protocols.SoapHttpClientProtocol {
private System.Threading.SendOrPostCallback CreaReport_ConsulenzaBase_Proposta_ChiaveClienteOperationCompleted;
private System.Threading.SendOrPostCallback CreaReport_ConsulenzaBase_Proposta_CodiceFiscale_PIVA_MandatoOperationCompleted;
private System.Threading.SendOrPostCallback SalvaReport_ConsulenzaBase_Proposta_ChiaveClienteOperationCompleted;
private System.Threading.SendOrPostCallback CreaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteOperationCompleted;
private System.Threading.SendOrPostCallback CreaReport_CU_Proposta_CodiceFiscale_PIVA_MandatoOperationCompleted;
private System.Threading.SendOrPostCallback SalvaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteOperationCompleted;
private bool useDefaultCredentialsSetExplicitly;
/// <remarks/>
public WSProposta() {
this.Url = global::Consulenza.Web.Properties.Settings.Default.Consulenza_Web_ConsulenzaBaseWS_WSProposta;
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;
}
}
/// <remarks/>
public event CreaReport_ConsulenzaBase_Proposta_ChiaveClienteCompletedEventHandler CreaReport_ConsulenzaBase_Proposta_ChiaveClienteCompleted;
/// <remarks/>
public event CreaReport_ConsulenzaBase_Proposta_CodiceFiscale_PIVA_MandatoCompletedEventHandler CreaReport_ConsulenzaBase_Proposta_CodiceFiscale_PIVA_MandatoCompleted;
/// <remarks/>
public event SalvaReport_ConsulenzaBase_Proposta_ChiaveClienteCompletedEventHandler SalvaReport_ConsulenzaBase_Proposta_ChiaveClienteCompleted;
/// <remarks/>
public event CreaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteCompletedEventHandler CreaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteCompleted;
/// <remarks/>
public event CreaReport_CU_Proposta_CodiceFiscale_PIVA_MandatoCompletedEventHandler CreaReport_CU_Proposta_CodiceFiscale_PIVA_MandatoCompleted;
/// <remarks/>
public event SalvaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteCompletedEventHandler SalvaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteCompleted;
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://it.bancafideuram.report.propostaservice/CreaReport_ConsulenzaBase_Proposta" +
"_ChiaveCliente", RequestNamespace="http://it.bancafideuram.report.propostaservice/", ResponseNamespace="http://it.bancafideuram.report.propostaservice/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")]
public byte[] CreaReport_ConsulenzaBase_Proposta_ChiaveCliente(int chiaveCliente, int chiaveProposta) {
object[] results = this.Invoke("CreaReport_ConsulenzaBase_Proposta_ChiaveCliente", new object[] {
chiaveCliente,
chiaveProposta});
return ((byte[])(results[0]));
}
/// <remarks/>
public void CreaReport_ConsulenzaBase_Proposta_ChiaveClienteAsync(int chiaveCliente, int chiaveProposta) {
this.CreaReport_ConsulenzaBase_Proposta_ChiaveClienteAsync(chiaveCliente, chiaveProposta, null);
}
/// <remarks/>
public void CreaReport_ConsulenzaBase_Proposta_ChiaveClienteAsync(int chiaveCliente, int chiaveProposta, object userState) {
if ((this.CreaReport_ConsulenzaBase_Proposta_ChiaveClienteOperationCompleted == null)) {
this.CreaReport_ConsulenzaBase_Proposta_ChiaveClienteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreaReport_ConsulenzaBase_Proposta_ChiaveClienteOperationCompleted);
}
this.InvokeAsync("CreaReport_ConsulenzaBase_Proposta_ChiaveCliente", new object[] {
chiaveCliente,
chiaveProposta}, this.CreaReport_ConsulenzaBase_Proposta_ChiaveClienteOperationCompleted, userState);
}
private void OnCreaReport_ConsulenzaBase_Proposta_ChiaveClienteOperationCompleted(object arg) {
if ((this.CreaReport_ConsulenzaBase_Proposta_ChiaveClienteCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.CreaReport_ConsulenzaBase_Proposta_ChiaveClienteCompleted(this, new CreaReport_ConsulenzaBase_Proposta_ChiaveClienteCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://it.bancafideuram.report.propostaservice/CreaReport_ConsulenzaBase_Proposta" +
"_CodiceFiscale_PIVA_Mandato", RequestNamespace="http://it.bancafideuram.report.propostaservice/", ResponseNamespace="http://it.bancafideuram.report.propostaservice/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")]
public byte[] CreaReport_ConsulenzaBase_Proposta_CodiceFiscale_PIVA_Mandato(string codiceRete, string codicePb, string codiceFiscale, string partitaIVA, string codiceMandato, int chiaveProposta) {
object[] results = this.Invoke("CreaReport_ConsulenzaBase_Proposta_CodiceFiscale_PIVA_Mandato", new object[] {
codiceRete,
codicePb,
codiceFiscale,
partitaIVA,
codiceMandato,
chiaveProposta});
return ((byte[])(results[0]));
}
/// <remarks/>
public void CreaReport_ConsulenzaBase_Proposta_CodiceFiscale_PIVA_MandatoAsync(string codiceRete, string codicePb, string codiceFiscale, string partitaIVA, string codiceMandato, int chiaveProposta) {
this.CreaReport_ConsulenzaBase_Proposta_CodiceFiscale_PIVA_MandatoAsync(codiceRete, codicePb, codiceFiscale, partitaIVA, codiceMandato, chiaveProposta, null);
}
/// <remarks/>
public void CreaReport_ConsulenzaBase_Proposta_CodiceFiscale_PIVA_MandatoAsync(string codiceRete, string codicePb, string codiceFiscale, string partitaIVA, string codiceMandato, int chiaveProposta, object userState) {
if ((this.CreaReport_ConsulenzaBase_Proposta_CodiceFiscale_PIVA_MandatoOperationCompleted == null)) {
this.CreaReport_ConsulenzaBase_Proposta_CodiceFiscale_PIVA_MandatoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreaReport_ConsulenzaBase_Proposta_CodiceFiscale_PIVA_MandatoOperationCompleted);
}
this.InvokeAsync("CreaReport_ConsulenzaBase_Proposta_CodiceFiscale_PIVA_Mandato", new object[] {
codiceRete,
codicePb,
codiceFiscale,
partitaIVA,
codiceMandato,
chiaveProposta}, this.CreaReport_ConsulenzaBase_Proposta_CodiceFiscale_PIVA_MandatoOperationCompleted, userState);
}
private void OnCreaReport_ConsulenzaBase_Proposta_CodiceFiscale_PIVA_MandatoOperationCompleted(object arg) {
if ((this.CreaReport_ConsulenzaBase_Proposta_CodiceFiscale_PIVA_MandatoCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.CreaReport_ConsulenzaBase_Proposta_CodiceFiscale_PIVA_MandatoCompleted(this, new CreaReport_ConsulenzaBase_Proposta_CodiceFiscale_PIVA_MandatoCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://it.bancafideuram.report.propostaservice/SalvaReport_ConsulenzaBase_Propost" +
"a_ChiaveCliente", RequestNamespace="http://it.bancafideuram.report.propostaservice/", ResponseNamespace="http://it.bancafideuram.report.propostaservice/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool SalvaReport_ConsulenzaBase_Proposta_ChiaveCliente(int chiaveCliente, int chiaveProposta) {
object[] results = this.Invoke("SalvaReport_ConsulenzaBase_Proposta_ChiaveCliente", new object[] {
chiaveCliente,
chiaveProposta});
return ((bool)(results[0]));
}
/// <remarks/>
public void SalvaReport_ConsulenzaBase_Proposta_ChiaveClienteAsync(int chiaveCliente, int chiaveProposta) {
this.SalvaReport_ConsulenzaBase_Proposta_ChiaveClienteAsync(chiaveCliente, chiaveProposta, null);
}
/// <remarks/>
public void SalvaReport_ConsulenzaBase_Proposta_ChiaveClienteAsync(int chiaveCliente, int chiaveProposta, object userState) {
if ((this.SalvaReport_ConsulenzaBase_Proposta_ChiaveClienteOperationCompleted == null)) {
this.SalvaReport_ConsulenzaBase_Proposta_ChiaveClienteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSalvaReport_ConsulenzaBase_Proposta_ChiaveClienteOperationCompleted);
}
this.InvokeAsync("SalvaReport_ConsulenzaBase_Proposta_ChiaveCliente", new object[] {
chiaveCliente,
chiaveProposta}, this.SalvaReport_ConsulenzaBase_Proposta_ChiaveClienteOperationCompleted, userState);
}
private void OnSalvaReport_ConsulenzaBase_Proposta_ChiaveClienteOperationCompleted(object arg) {
if ((this.SalvaReport_ConsulenzaBase_Proposta_ChiaveClienteCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.SalvaReport_ConsulenzaBase_Proposta_ChiaveClienteCompleted(this, new SalvaReport_ConsulenzaBase_Proposta_ChiaveClienteCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://it.bancafideuram.report.propostaservice/CreaReport_ConsulenzaBaseCU_Propos" +
"ta_ChiaveCliente", RequestNamespace="http://it.bancafideuram.report.propostaservice/", ResponseNamespace="http://it.bancafideuram.report.propostaservice/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")]
public byte[] CreaReport_ConsulenzaBaseCU_Proposta_ChiaveCliente(int chiaveCliente, int chiaveProposta) {
object[] results = this.Invoke("CreaReport_ConsulenzaBaseCU_Proposta_ChiaveCliente", new object[] {
chiaveCliente,
chiaveProposta});
return ((byte[])(results[0]));
}
/// <remarks/>
public void CreaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteAsync(int chiaveCliente, int chiaveProposta) {
this.CreaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteAsync(chiaveCliente, chiaveProposta, null);
}
/// <remarks/>
public void CreaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteAsync(int chiaveCliente, int chiaveProposta, object userState) {
if ((this.CreaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteOperationCompleted == null)) {
this.CreaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteOperationCompleted);
}
this.InvokeAsync("CreaReport_ConsulenzaBaseCU_Proposta_ChiaveCliente", new object[] {
chiaveCliente,
chiaveProposta}, this.CreaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteOperationCompleted, userState);
}
private void OnCreaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteOperationCompleted(object arg) {
if ((this.CreaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.CreaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteCompleted(this, new CreaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://it.bancafideuram.report.propostaservice/CreaReport_CU_Proposta_CodiceFisca" +
"le_PIVA_Mandato", RequestNamespace="http://it.bancafideuram.report.propostaservice/", ResponseNamespace="http://it.bancafideuram.report.propostaservice/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")]
public byte[] CreaReport_CU_Proposta_CodiceFiscale_PIVA_Mandato(string codiceRete, string codicePb, string codiceFiscale, string partitaIVA, string codiceMandato, int chiaveProposta) {
object[] results = this.Invoke("CreaReport_CU_Proposta_CodiceFiscale_PIVA_Mandato", new object[] {
codiceRete,
codicePb,
codiceFiscale,
partitaIVA,
codiceMandato,
chiaveProposta});
return ((byte[])(results[0]));
}
/// <remarks/>
public void CreaReport_CU_Proposta_CodiceFiscale_PIVA_MandatoAsync(string codiceRete, string codicePb, string codiceFiscale, string partitaIVA, string codiceMandato, int chiaveProposta) {
this.CreaReport_CU_Proposta_CodiceFiscale_PIVA_MandatoAsync(codiceRete, codicePb, codiceFiscale, partitaIVA, codiceMandato, chiaveProposta, null);
}
/// <remarks/>
public void CreaReport_CU_Proposta_CodiceFiscale_PIVA_MandatoAsync(string codiceRete, string codicePb, string codiceFiscale, string partitaIVA, string codiceMandato, int chiaveProposta, object userState) {
if ((this.CreaReport_CU_Proposta_CodiceFiscale_PIVA_MandatoOperationCompleted == null)) {
this.CreaReport_CU_Proposta_CodiceFiscale_PIVA_MandatoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreaReport_CU_Proposta_CodiceFiscale_PIVA_MandatoOperationCompleted);
}
this.InvokeAsync("CreaReport_CU_Proposta_CodiceFiscale_PIVA_Mandato", new object[] {
codiceRete,
codicePb,
codiceFiscale,
partitaIVA,
codiceMandato,
chiaveProposta}, this.CreaReport_CU_Proposta_CodiceFiscale_PIVA_MandatoOperationCompleted, userState);
}
private void OnCreaReport_CU_Proposta_CodiceFiscale_PIVA_MandatoOperationCompleted(object arg) {
if ((this.CreaReport_CU_Proposta_CodiceFiscale_PIVA_MandatoCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.CreaReport_CU_Proposta_CodiceFiscale_PIVA_MandatoCompleted(this, new CreaReport_CU_Proposta_CodiceFiscale_PIVA_MandatoCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://it.bancafideuram.report.propostaservice/SalvaReport_ConsulenzaBaseCU_Propo" +
"sta_ChiaveCliente", RequestNamespace="http://it.bancafideuram.report.propostaservice/", ResponseNamespace="http://it.bancafideuram.report.propostaservice/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool SalvaReport_ConsulenzaBaseCU_Proposta_ChiaveCliente(int chiaveCliente, int chiaveProposta) {
object[] results = this.Invoke("SalvaReport_ConsulenzaBaseCU_Proposta_ChiaveCliente", new object[] {
chiaveCliente,
chiaveProposta});
return ((bool)(results[0]));
}
/// <remarks/>
public void SalvaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteAsync(int chiaveCliente, int chiaveProposta) {
this.SalvaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteAsync(chiaveCliente, chiaveProposta, null);
}
/// <remarks/>
public void SalvaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteAsync(int chiaveCliente, int chiaveProposta, object userState) {
if ((this.SalvaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteOperationCompleted == null)) {
this.SalvaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSalvaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteOperationCompleted);
}
this.InvokeAsync("SalvaReport_ConsulenzaBaseCU_Proposta_ChiaveCliente", new object[] {
chiaveCliente,
chiaveProposta}, this.SalvaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteOperationCompleted, userState);
}
private void OnSalvaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteOperationCompleted(object arg) {
if ((this.SalvaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.SalvaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteCompleted(this, new SalvaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
/// <remarks/>
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;
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
public delegate void CreaReport_ConsulenzaBase_Proposta_ChiaveClienteCompletedEventHandler(object sender, CreaReport_ConsulenzaBase_Proposta_ChiaveClienteCompletedEventArgs e);
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class CreaReport_ConsulenzaBase_Proposta_ChiaveClienteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal CreaReport_ConsulenzaBase_Proposta_ChiaveClienteCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
/// <remarks/>
public byte[] Result {
get {
this.RaiseExceptionIfNecessary();
return ((byte[])(this.results[0]));
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
public delegate void CreaReport_ConsulenzaBase_Proposta_CodiceFiscale_PIVA_MandatoCompletedEventHandler(object sender, CreaReport_ConsulenzaBase_Proposta_CodiceFiscale_PIVA_MandatoCompletedEventArgs e);
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class CreaReport_ConsulenzaBase_Proposta_CodiceFiscale_PIVA_MandatoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal CreaReport_ConsulenzaBase_Proposta_CodiceFiscale_PIVA_MandatoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
/// <remarks/>
public byte[] Result {
get {
this.RaiseExceptionIfNecessary();
return ((byte[])(this.results[0]));
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
public delegate void SalvaReport_ConsulenzaBase_Proposta_ChiaveClienteCompletedEventHandler(object sender, SalvaReport_ConsulenzaBase_Proposta_ChiaveClienteCompletedEventArgs e);
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class SalvaReport_ConsulenzaBase_Proposta_ChiaveClienteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal SalvaReport_ConsulenzaBase_Proposta_ChiaveClienteCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
/// <remarks/>
public bool Result {
get {
this.RaiseExceptionIfNecessary();
return ((bool)(this.results[0]));
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
public delegate void CreaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteCompletedEventHandler(object sender, CreaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteCompletedEventArgs e);
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class CreaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal CreaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
/// <remarks/>
public byte[] Result {
get {
this.RaiseExceptionIfNecessary();
return ((byte[])(this.results[0]));
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
public delegate void CreaReport_CU_Proposta_CodiceFiscale_PIVA_MandatoCompletedEventHandler(object sender, CreaReport_CU_Proposta_CodiceFiscale_PIVA_MandatoCompletedEventArgs e);
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class CreaReport_CU_Proposta_CodiceFiscale_PIVA_MandatoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal CreaReport_CU_Proposta_CodiceFiscale_PIVA_MandatoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
/// <remarks/>
public byte[] Result {
get {
this.RaiseExceptionIfNecessary();
return ((byte[])(this.results[0]));
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
public delegate void SalvaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteCompletedEventHandler(object sender, SalvaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteCompletedEventArgs e);
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class SalvaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal SalvaReport_ConsulenzaBaseCU_Proposta_ChiaveClienteCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
/// <remarks/>
public bool Result {
get {
this.RaiseExceptionIfNecessary();
return ((bool)(this.results[0]));
}
}
}
}
#pragma warning restore 1591