//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.18444 // // 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.18444. // #pragma warning disable 1591 namespace PrometeiaMessage.bancafideuram.nac.profilazione { using System; using System.Web.Services; using System.Diagnostics; using System.Web.Services.Protocols; using System.Xml.Serialization; using System.ComponentModel; /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="ProfilazioneSoap", Namespace="http://bancafideuram.it/WSNAC/Profilazione")] [System.Xml.Serialization.XmlIncludeAttribute(typeof(SalvaQuestionarioRes))] public partial class Profilazione : System.Web.Services.Protocols.SoapHttpClientProtocol { private System.Threading.SendOrPostCallback getStreamQuestionarioMiFIDOperationCompleted; private System.Threading.SendOrPostCallback getPDFQuestionarioMiFIDOperationCompleted; private System.Threading.SendOrPostCallback getPDFInformativaMiFIDOperationCompleted; private System.Threading.SendOrPostCallback getQuestionariClienteOperationCompleted; private System.Threading.SendOrPostCallback setQuestionarioOperationCompleted; private System.Threading.SendOrPostCallback getPDFQuestionarioOperationCompleted; private System.Threading.SendOrPostCallback getPDFInformativaOperationCompleted; private System.Threading.SendOrPostCallback getProfiliOperationCompleted; private System.Threading.SendOrPostCallback getDatiMiFIDOperationCompleted; private System.Threading.SendOrPostCallback getRiepilogoClienteOperationCompleted; private System.Threading.SendOrPostCallback getDettagliQuestionarioOperationCompleted; private System.Threading.SendOrPostCallback controllaIncongruenzeOperationCompleted; private System.Threading.SendOrPostCallback salvaQuestionario_PGOperationCompleted; private System.Threading.SendOrPostCallback salvaQuestionario_PFOperationCompleted; private System.Threading.SendOrPostCallback attivaQuestionarioFiduciariaOperationCompleted; private System.Threading.SendOrPostCallback attivaQuestionarioOperationCompleted; private System.Threading.SendOrPostCallback getProfessioniOperationCompleted; private System.Threading.SendOrPostCallback getProfiliQP19OperationCompleted; private System.Threading.SendOrPostCallback getHoldingPeriodOperationCompleted; private System.Threading.SendOrPostCallback calcolaProfiloMiFIDOperationCompleted; private System.Threading.SendOrPostCallback getQuestionariClienteMiFIDOperationCompleted; private System.Threading.SendOrPostCallback rinnovaQuestionarioMiFIDOperationCompleted; private System.Threading.SendOrPostCallback setQuestionarioMiFIDOperationCompleted; private bool useDefaultCredentialsSetExplicitly; /// public Profilazione() { this.Url = global::PrometeiaMessage.Properties.Settings.Default.PrometeiaMessage_bancafideuram_nac_profilazione_Profilazione; 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 getStreamQuestionarioMiFIDCompletedEventHandler getStreamQuestionarioMiFIDCompleted; /// public event getPDFQuestionarioMiFIDCompletedEventHandler getPDFQuestionarioMiFIDCompleted; /// public event getPDFInformativaMiFIDCompletedEventHandler getPDFInformativaMiFIDCompleted; /// public event getQuestionariClienteCompletedEventHandler getQuestionariClienteCompleted; /// public event setQuestionarioCompletedEventHandler setQuestionarioCompleted; /// public event getPDFQuestionarioCompletedEventHandler getPDFQuestionarioCompleted; /// public event getPDFInformativaCompletedEventHandler getPDFInformativaCompleted; /// public event getProfiliCompletedEventHandler getProfiliCompleted; /// public event getDatiMiFIDCompletedEventHandler getDatiMiFIDCompleted; /// public event getRiepilogoClienteCompletedEventHandler getRiepilogoClienteCompleted; /// public event getDettagliQuestionarioCompletedEventHandler getDettagliQuestionarioCompleted; /// public event controllaIncongruenzeCompletedEventHandler controllaIncongruenzeCompleted; /// public event salvaQuestionario_PGCompletedEventHandler salvaQuestionario_PGCompleted; /// public event salvaQuestionario_PFCompletedEventHandler salvaQuestionario_PFCompleted; /// public event attivaQuestionarioFiduciariaCompletedEventHandler attivaQuestionarioFiduciariaCompleted; /// public event attivaQuestionarioCompletedEventHandler attivaQuestionarioCompleted; /// public event getProfessioniCompletedEventHandler getProfessioniCompleted; /// public event getProfiliQP19CompletedEventHandler getProfiliQP19Completed; /// public event getHoldingPeriodCompletedEventHandler getHoldingPeriodCompleted; /// public event calcolaProfiloMiFIDCompletedEventHandler calcolaProfiloMiFIDCompleted; /// public event getQuestionariClienteMiFIDCompletedEventHandler getQuestionariClienteMiFIDCompleted; /// public event rinnovaQuestionarioMiFIDCompletedEventHandler rinnovaQuestionarioMiFIDCompleted; /// public event setQuestionarioMiFIDCompletedEventHandler setQuestionarioMiFIDCompleted; /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Profilazione/getStreamQuestionarioMiFID", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public StreamMiFIDRes getStreamQuestionarioMiFID([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] string codiceQuestionario, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] InfoClient infoClient) { object[] results = this.Invoke("getStreamQuestionarioMiFID", new object[] { codiceQuestionario, infoClient}); return ((StreamMiFIDRes)(results[0])); } /// public void getStreamQuestionarioMiFIDAsync(string codiceQuestionario, InfoClient infoClient) { this.getStreamQuestionarioMiFIDAsync(codiceQuestionario, infoClient, null); } /// public void getStreamQuestionarioMiFIDAsync(string codiceQuestionario, InfoClient infoClient, object userState) { if ((this.getStreamQuestionarioMiFIDOperationCompleted == null)) { this.getStreamQuestionarioMiFIDOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetStreamQuestionarioMiFIDOperationCompleted); } this.InvokeAsync("getStreamQuestionarioMiFID", new object[] { codiceQuestionario, infoClient}, this.getStreamQuestionarioMiFIDOperationCompleted, userState); } private void OngetStreamQuestionarioMiFIDOperationCompleted(object arg) { if ((this.getStreamQuestionarioMiFIDCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getStreamQuestionarioMiFIDCompleted(this, new getStreamQuestionarioMiFIDCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Profilazione/getPDFQuestionarioMiFID", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public PDFMiFIDRes getPDFQuestionarioMiFID([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] string codiceQuestionario, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] InfoClient infoClient) { object[] results = this.Invoke("getPDFQuestionarioMiFID", new object[] { codiceQuestionario, infoClient}); return ((PDFMiFIDRes)(results[0])); } /// public void getPDFQuestionarioMiFIDAsync(string codiceQuestionario, InfoClient infoClient) { this.getPDFQuestionarioMiFIDAsync(codiceQuestionario, infoClient, null); } /// public void getPDFQuestionarioMiFIDAsync(string codiceQuestionario, InfoClient infoClient, object userState) { if ((this.getPDFQuestionarioMiFIDOperationCompleted == null)) { this.getPDFQuestionarioMiFIDOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetPDFQuestionarioMiFIDOperationCompleted); } this.InvokeAsync("getPDFQuestionarioMiFID", new object[] { codiceQuestionario, infoClient}, this.getPDFQuestionarioMiFIDOperationCompleted, userState); } private void OngetPDFQuestionarioMiFIDOperationCompleted(object arg) { if ((this.getPDFQuestionarioMiFIDCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getPDFQuestionarioMiFIDCompleted(this, new getPDFQuestionarioMiFIDCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Profilazione/getPDFInformativaMiFID", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public PDFMiFIDRes getPDFInformativaMiFID([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] string codiceQuestionario, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] InfoClient infoClient) { object[] results = this.Invoke("getPDFInformativaMiFID", new object[] { codiceQuestionario, infoClient}); return ((PDFMiFIDRes)(results[0])); } /// public void getPDFInformativaMiFIDAsync(string codiceQuestionario, InfoClient infoClient) { this.getPDFInformativaMiFIDAsync(codiceQuestionario, infoClient, null); } /// public void getPDFInformativaMiFIDAsync(string codiceQuestionario, InfoClient infoClient, object userState) { if ((this.getPDFInformativaMiFIDOperationCompleted == null)) { this.getPDFInformativaMiFIDOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetPDFInformativaMiFIDOperationCompleted); } this.InvokeAsync("getPDFInformativaMiFID", new object[] { codiceQuestionario, infoClient}, this.getPDFInformativaMiFIDOperationCompleted, userState); } private void OngetPDFInformativaMiFIDOperationCompleted(object arg) { if ((this.getPDFInformativaMiFIDCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getPDFInformativaMiFIDCompleted(this, new getPDFInformativaMiFIDCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Profilazione/getQuestionariCliente", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public QuestionariRes getQuestionariCliente([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] ChiaveCliente chiaveCliente, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] InfoClient infoClient) { object[] results = this.Invoke("getQuestionariCliente", new object[] { chiaveCliente, infoClient}); return ((QuestionariRes)(results[0])); } /// public void getQuestionariClienteAsync(ChiaveCliente chiaveCliente, InfoClient infoClient) { this.getQuestionariClienteAsync(chiaveCliente, infoClient, null); } /// public void getQuestionariClienteAsync(ChiaveCliente chiaveCliente, InfoClient infoClient, object userState) { if ((this.getQuestionariClienteOperationCompleted == null)) { this.getQuestionariClienteOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetQuestionariClienteOperationCompleted); } this.InvokeAsync("getQuestionariCliente", new object[] { chiaveCliente, infoClient}, this.getQuestionariClienteOperationCompleted, userState); } private void OngetQuestionariClienteOperationCompleted(object arg) { if ((this.getQuestionariClienteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getQuestionariClienteCompleted(this, new getQuestionariClienteCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Profilazione/setQuestionario", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public QuestionarioRes setQuestionario([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] ChiaveCliente chiaveCliente, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] Questionario questionario, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] InfoClient infoClient) { object[] results = this.Invoke("setQuestionario", new object[] { chiaveCliente, questionario, infoClient}); return ((QuestionarioRes)(results[0])); } /// public void setQuestionarioAsync(ChiaveCliente chiaveCliente, Questionario questionario, InfoClient infoClient) { this.setQuestionarioAsync(chiaveCliente, questionario, infoClient, null); } /// public void setQuestionarioAsync(ChiaveCliente chiaveCliente, Questionario questionario, InfoClient infoClient, object userState) { if ((this.setQuestionarioOperationCompleted == null)) { this.setQuestionarioOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsetQuestionarioOperationCompleted); } this.InvokeAsync("setQuestionario", new object[] { chiaveCliente, questionario, infoClient}, this.setQuestionarioOperationCompleted, userState); } private void OnsetQuestionarioOperationCompleted(object arg) { if ((this.setQuestionarioCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.setQuestionarioCompleted(this, new setQuestionarioCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Profilazione/getPDFQuestionario", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public QuestionarioPDFRes getPDFQuestionario([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] string codiceQuestionario, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] DatiAggiuntiviStampa datiAggiuntivi, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] InfoClient infoClient) { object[] results = this.Invoke("getPDFQuestionario", new object[] { codiceQuestionario, datiAggiuntivi, infoClient}); return ((QuestionarioPDFRes)(results[0])); } /// public void getPDFQuestionarioAsync(string codiceQuestionario, DatiAggiuntiviStampa datiAggiuntivi, InfoClient infoClient) { this.getPDFQuestionarioAsync(codiceQuestionario, datiAggiuntivi, infoClient, null); } /// public void getPDFQuestionarioAsync(string codiceQuestionario, DatiAggiuntiviStampa datiAggiuntivi, InfoClient infoClient, object userState) { if ((this.getPDFQuestionarioOperationCompleted == null)) { this.getPDFQuestionarioOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetPDFQuestionarioOperationCompleted); } this.InvokeAsync("getPDFQuestionario", new object[] { codiceQuestionario, datiAggiuntivi, infoClient}, this.getPDFQuestionarioOperationCompleted, userState); } private void OngetPDFQuestionarioOperationCompleted(object arg) { if ((this.getPDFQuestionarioCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getPDFQuestionarioCompleted(this, new getPDFQuestionarioCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Profilazione/getPDFInformativa", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public InformativaPDFRes getPDFInformativa([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] string codiceQuestionario, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] DatiAggiuntiviStampa datiAggiuntivi, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] InfoClient infoClient) { object[] results = this.Invoke("getPDFInformativa", new object[] { codiceQuestionario, datiAggiuntivi, infoClient}); return ((InformativaPDFRes)(results[0])); } /// public void getPDFInformativaAsync(string codiceQuestionario, DatiAggiuntiviStampa datiAggiuntivi, InfoClient infoClient) { this.getPDFInformativaAsync(codiceQuestionario, datiAggiuntivi, infoClient, null); } /// public void getPDFInformativaAsync(string codiceQuestionario, DatiAggiuntiviStampa datiAggiuntivi, InfoClient infoClient, object userState) { if ((this.getPDFInformativaOperationCompleted == null)) { this.getPDFInformativaOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetPDFInformativaOperationCompleted); } this.InvokeAsync("getPDFInformativa", new object[] { codiceQuestionario, datiAggiuntivi, infoClient}, this.getPDFInformativaOperationCompleted, userState); } private void OngetPDFInformativaOperationCompleted(object arg) { if ((this.getPDFInformativaCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getPDFInformativaCompleted(this, new getPDFInformativaCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Profilazione/getProfili", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public ProfiliDiRischioRes getProfili([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] InfoClient infoClient) { object[] results = this.Invoke("getProfili", new object[] { infoClient}); return ((ProfiliDiRischioRes)(results[0])); } /// public void getProfiliAsync(InfoClient infoClient) { this.getProfiliAsync(infoClient, null); } /// public void getProfiliAsync(InfoClient infoClient, object userState) { if ((this.getProfiliOperationCompleted == null)) { this.getProfiliOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetProfiliOperationCompleted); } this.InvokeAsync("getProfili", new object[] { infoClient}, this.getProfiliOperationCompleted, userState); } private void OngetProfiliOperationCompleted(object arg) { if ((this.getProfiliCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getProfiliCompleted(this, new getProfiliCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Profilazione/getDatiMiFID", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public GetDatiMiFIDRes getDatiMiFID([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] ChiaveCliente cliente, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] InfoClient infoClient) { object[] results = this.Invoke("getDatiMiFID", new object[] { cliente, infoClient}); return ((GetDatiMiFIDRes)(results[0])); } /// public void getDatiMiFIDAsync(ChiaveCliente cliente, InfoClient infoClient) { this.getDatiMiFIDAsync(cliente, infoClient, null); } /// public void getDatiMiFIDAsync(ChiaveCliente cliente, InfoClient infoClient, object userState) { if ((this.getDatiMiFIDOperationCompleted == null)) { this.getDatiMiFIDOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetDatiMiFIDOperationCompleted); } this.InvokeAsync("getDatiMiFID", new object[] { cliente, infoClient}, this.getDatiMiFIDOperationCompleted, userState); } private void OngetDatiMiFIDOperationCompleted(object arg) { if ((this.getDatiMiFIDCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getDatiMiFIDCompleted(this, new getDatiMiFIDCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Profilazione/getRiepilogoCliente", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public GetRiepilogoClienteRes getRiepilogoCliente([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] ChiaveCliente cliente, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] InfoClient infoClient) { object[] results = this.Invoke("getRiepilogoCliente", new object[] { cliente, infoClient}); return ((GetRiepilogoClienteRes)(results[0])); } /// public void getRiepilogoClienteAsync(ChiaveCliente cliente, InfoClient infoClient) { this.getRiepilogoClienteAsync(cliente, infoClient, null); } /// public void getRiepilogoClienteAsync(ChiaveCliente cliente, InfoClient infoClient, object userState) { if ((this.getRiepilogoClienteOperationCompleted == null)) { this.getRiepilogoClienteOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetRiepilogoClienteOperationCompleted); } this.InvokeAsync("getRiepilogoCliente", new object[] { cliente, infoClient}, this.getRiepilogoClienteOperationCompleted, userState); } private void OngetRiepilogoClienteOperationCompleted(object arg) { if ((this.getRiepilogoClienteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getRiepilogoClienteCompleted(this, new getRiepilogoClienteCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Profilazione/getDettagliQuestionario", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public GetDettagliQuestionarioRes getDettagliQuestionario([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] DettagliQuestionarioIn dettagliQuestionarioIn, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] InfoClient infoClient) { object[] results = this.Invoke("getDettagliQuestionario", new object[] { dettagliQuestionarioIn, infoClient}); return ((GetDettagliQuestionarioRes)(results[0])); } /// public void getDettagliQuestionarioAsync(DettagliQuestionarioIn dettagliQuestionarioIn, InfoClient infoClient) { this.getDettagliQuestionarioAsync(dettagliQuestionarioIn, infoClient, null); } /// public void getDettagliQuestionarioAsync(DettagliQuestionarioIn dettagliQuestionarioIn, InfoClient infoClient, object userState) { if ((this.getDettagliQuestionarioOperationCompleted == null)) { this.getDettagliQuestionarioOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetDettagliQuestionarioOperationCompleted); } this.InvokeAsync("getDettagliQuestionario", new object[] { dettagliQuestionarioIn, infoClient}, this.getDettagliQuestionarioOperationCompleted, userState); } private void OngetDettagliQuestionarioOperationCompleted(object arg) { if ((this.getDettagliQuestionarioCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getDettagliQuestionarioCompleted(this, new getDettagliQuestionarioCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Profilazione/controllaIncongruenze", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public ControllaIncongruenzeRes controllaIncongruenze([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] ControllaIncongruenzeIn controllaIncongruenzeIn, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] InfoClient infoClient) { object[] results = this.Invoke("controllaIncongruenze", new object[] { controllaIncongruenzeIn, infoClient}); return ((ControllaIncongruenzeRes)(results[0])); } /// public void controllaIncongruenzeAsync(ControllaIncongruenzeIn controllaIncongruenzeIn, InfoClient infoClient) { this.controllaIncongruenzeAsync(controllaIncongruenzeIn, infoClient, null); } /// public void controllaIncongruenzeAsync(ControllaIncongruenzeIn controllaIncongruenzeIn, InfoClient infoClient, object userState) { if ((this.controllaIncongruenzeOperationCompleted == null)) { this.controllaIncongruenzeOperationCompleted = new System.Threading.SendOrPostCallback(this.OncontrollaIncongruenzeOperationCompleted); } this.InvokeAsync("controllaIncongruenze", new object[] { controllaIncongruenzeIn, infoClient}, this.controllaIncongruenzeOperationCompleted, userState); } private void OncontrollaIncongruenzeOperationCompleted(object arg) { if ((this.controllaIncongruenzeCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.controllaIncongruenzeCompleted(this, new controllaIncongruenzeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Profilazione/salvaQuestionario_PG", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public SalvaQuestionarioPGRes salvaQuestionario_PG([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] SalvaQuestionarioIn salvaQuestionarioIn, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] InfoClient infoClient) { object[] results = this.Invoke("salvaQuestionario_PG", new object[] { salvaQuestionarioIn, infoClient}); return ((SalvaQuestionarioPGRes)(results[0])); } /// public void salvaQuestionario_PGAsync(SalvaQuestionarioIn salvaQuestionarioIn, InfoClient infoClient) { this.salvaQuestionario_PGAsync(salvaQuestionarioIn, infoClient, null); } /// public void salvaQuestionario_PGAsync(SalvaQuestionarioIn salvaQuestionarioIn, InfoClient infoClient, object userState) { if ((this.salvaQuestionario_PGOperationCompleted == null)) { this.salvaQuestionario_PGOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsalvaQuestionario_PGOperationCompleted); } this.InvokeAsync("salvaQuestionario_PG", new object[] { salvaQuestionarioIn, infoClient}, this.salvaQuestionario_PGOperationCompleted, userState); } private void OnsalvaQuestionario_PGOperationCompleted(object arg) { if ((this.salvaQuestionario_PGCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.salvaQuestionario_PGCompleted(this, new salvaQuestionario_PGCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Profilazione/salvaQuestionario_PF", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public SalvaQuestionarioPFRes salvaQuestionario_PF([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] SalvaQuestionarioIn salvaQuestionarioIn, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] InfoClient infoClient) { object[] results = this.Invoke("salvaQuestionario_PF", new object[] { salvaQuestionarioIn, infoClient}); return ((SalvaQuestionarioPFRes)(results[0])); } /// public void salvaQuestionario_PFAsync(SalvaQuestionarioIn salvaQuestionarioIn, InfoClient infoClient) { this.salvaQuestionario_PFAsync(salvaQuestionarioIn, infoClient, null); } /// public void salvaQuestionario_PFAsync(SalvaQuestionarioIn salvaQuestionarioIn, InfoClient infoClient, object userState) { if ((this.salvaQuestionario_PFOperationCompleted == null)) { this.salvaQuestionario_PFOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsalvaQuestionario_PFOperationCompleted); } this.InvokeAsync("salvaQuestionario_PF", new object[] { salvaQuestionarioIn, infoClient}, this.salvaQuestionario_PFOperationCompleted, userState); } private void OnsalvaQuestionario_PFOperationCompleted(object arg) { if ((this.salvaQuestionario_PFCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.salvaQuestionario_PFCompleted(this, new salvaQuestionario_PFCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Profilazione/attivaQuestionarioFiduciaria", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public AttivaQuestionarioFiduciariaRes attivaQuestionarioFiduciaria([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] AttivaQuestionarioFiduciariaIn attivaQuestionarioFiduciariaIn, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] InfoClient infoClient) { object[] results = this.Invoke("attivaQuestionarioFiduciaria", new object[] { attivaQuestionarioFiduciariaIn, infoClient}); return ((AttivaQuestionarioFiduciariaRes)(results[0])); } /// public void attivaQuestionarioFiduciariaAsync(AttivaQuestionarioFiduciariaIn attivaQuestionarioFiduciariaIn, InfoClient infoClient) { this.attivaQuestionarioFiduciariaAsync(attivaQuestionarioFiduciariaIn, infoClient, null); } /// public void attivaQuestionarioFiduciariaAsync(AttivaQuestionarioFiduciariaIn attivaQuestionarioFiduciariaIn, InfoClient infoClient, object userState) { if ((this.attivaQuestionarioFiduciariaOperationCompleted == null)) { this.attivaQuestionarioFiduciariaOperationCompleted = new System.Threading.SendOrPostCallback(this.OnattivaQuestionarioFiduciariaOperationCompleted); } this.InvokeAsync("attivaQuestionarioFiduciaria", new object[] { attivaQuestionarioFiduciariaIn, infoClient}, this.attivaQuestionarioFiduciariaOperationCompleted, userState); } private void OnattivaQuestionarioFiduciariaOperationCompleted(object arg) { if ((this.attivaQuestionarioFiduciariaCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.attivaQuestionarioFiduciariaCompleted(this, new attivaQuestionarioFiduciariaCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Profilazione/attivaQuestionario", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public AttivaQuestionarioRes attivaQuestionario([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] AttivaQuestionarioIn attivaQuestionarioIn, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] InfoClient infoClient) { object[] results = this.Invoke("attivaQuestionario", new object[] { attivaQuestionarioIn, infoClient}); return ((AttivaQuestionarioRes)(results[0])); } /// public void attivaQuestionarioAsync(AttivaQuestionarioIn attivaQuestionarioIn, InfoClient infoClient) { this.attivaQuestionarioAsync(attivaQuestionarioIn, infoClient, null); } /// public void attivaQuestionarioAsync(AttivaQuestionarioIn attivaQuestionarioIn, InfoClient infoClient, object userState) { if ((this.attivaQuestionarioOperationCompleted == null)) { this.attivaQuestionarioOperationCompleted = new System.Threading.SendOrPostCallback(this.OnattivaQuestionarioOperationCompleted); } this.InvokeAsync("attivaQuestionario", new object[] { attivaQuestionarioIn, infoClient}, this.attivaQuestionarioOperationCompleted, userState); } private void OnattivaQuestionarioOperationCompleted(object arg) { if ((this.attivaQuestionarioCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.attivaQuestionarioCompleted(this, new attivaQuestionarioCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Profilazione/getProfessioni", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public GetProfessioniRes getProfessioni([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] InfoClient infoClient) { object[] results = this.Invoke("getProfessioni", new object[] { infoClient}); return ((GetProfessioniRes)(results[0])); } /// public void getProfessioniAsync(InfoClient infoClient) { this.getProfessioniAsync(infoClient, null); } /// public void getProfessioniAsync(InfoClient infoClient, object userState) { if ((this.getProfessioniOperationCompleted == null)) { this.getProfessioniOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetProfessioniOperationCompleted); } this.InvokeAsync("getProfessioni", new object[] { infoClient}, this.getProfessioniOperationCompleted, userState); } private void OngetProfessioniOperationCompleted(object arg) { if ((this.getProfessioniCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getProfessioniCompleted(this, new getProfessioniCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Profilazione/getProfiliQP19", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public ProfiliDiRischioQP19Res getProfiliQP19([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] InfoClient infoClient) { object[] results = this.Invoke("getProfiliQP19", new object[] { infoClient}); return ((ProfiliDiRischioQP19Res)(results[0])); } /// public void getProfiliQP19Async(InfoClient infoClient) { this.getProfiliQP19Async(infoClient, null); } /// public void getProfiliQP19Async(InfoClient infoClient, object userState) { if ((this.getProfiliQP19OperationCompleted == null)) { this.getProfiliQP19OperationCompleted = new System.Threading.SendOrPostCallback(this.OngetProfiliQP19OperationCompleted); } this.InvokeAsync("getProfiliQP19", new object[] { infoClient}, this.getProfiliQP19OperationCompleted, userState); } private void OngetProfiliQP19OperationCompleted(object arg) { if ((this.getProfiliQP19Completed != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getProfiliQP19Completed(this, new getProfiliQP19CompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Profilazione/getHoldingPeriod", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public GetHoldingPeriodRes getHoldingPeriod([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] ChiaveCliente cliente, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] InfoClient infoClient) { object[] results = this.Invoke("getHoldingPeriod", new object[] { cliente, infoClient}); return ((GetHoldingPeriodRes)(results[0])); } /// public void getHoldingPeriodAsync(ChiaveCliente cliente, InfoClient infoClient) { this.getHoldingPeriodAsync(cliente, infoClient, null); } /// public void getHoldingPeriodAsync(ChiaveCliente cliente, InfoClient infoClient, object userState) { if ((this.getHoldingPeriodOperationCompleted == null)) { this.getHoldingPeriodOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetHoldingPeriodOperationCompleted); } this.InvokeAsync("getHoldingPeriod", new object[] { cliente, infoClient}, this.getHoldingPeriodOperationCompleted, userState); } private void OngetHoldingPeriodOperationCompleted(object arg) { if ((this.getHoldingPeriodCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getHoldingPeriodCompleted(this, new getHoldingPeriodCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Profilazione/calcolaProfiloMiFID", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public ProfiloMiFIDRes calcolaProfiloMiFID([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] string codiceQuestionario, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] InfoClient infoClient) { object[] results = this.Invoke("calcolaProfiloMiFID", new object[] { codiceQuestionario, infoClient}); return ((ProfiloMiFIDRes)(results[0])); } /// public void calcolaProfiloMiFIDAsync(string codiceQuestionario, InfoClient infoClient) { this.calcolaProfiloMiFIDAsync(codiceQuestionario, infoClient, null); } /// public void calcolaProfiloMiFIDAsync(string codiceQuestionario, InfoClient infoClient, object userState) { if ((this.calcolaProfiloMiFIDOperationCompleted == null)) { this.calcolaProfiloMiFIDOperationCompleted = new System.Threading.SendOrPostCallback(this.OncalcolaProfiloMiFIDOperationCompleted); } this.InvokeAsync("calcolaProfiloMiFID", new object[] { codiceQuestionario, infoClient}, this.calcolaProfiloMiFIDOperationCompleted, userState); } private void OncalcolaProfiloMiFIDOperationCompleted(object arg) { if ((this.calcolaProfiloMiFIDCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.calcolaProfiloMiFIDCompleted(this, new calcolaProfiloMiFIDCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Profilazione/getQuestionariClienteMiFID", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public QuestionariMiFIDRes getQuestionariClienteMiFID([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] ChiaveCliente chiaveCliente, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] InfoClient infoClient) { object[] results = this.Invoke("getQuestionariClienteMiFID", new object[] { chiaveCliente, infoClient}); return ((QuestionariMiFIDRes)(results[0])); } /// public void getQuestionariClienteMiFIDAsync(ChiaveCliente chiaveCliente, InfoClient infoClient) { this.getQuestionariClienteMiFIDAsync(chiaveCliente, infoClient, null); } /// public void getQuestionariClienteMiFIDAsync(ChiaveCliente chiaveCliente, InfoClient infoClient, object userState) { if ((this.getQuestionariClienteMiFIDOperationCompleted == null)) { this.getQuestionariClienteMiFIDOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetQuestionariClienteMiFIDOperationCompleted); } this.InvokeAsync("getQuestionariClienteMiFID", new object[] { chiaveCliente, infoClient}, this.getQuestionariClienteMiFIDOperationCompleted, userState); } private void OngetQuestionariClienteMiFIDOperationCompleted(object arg) { if ((this.getQuestionariClienteMiFIDCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getQuestionariClienteMiFIDCompleted(this, new getQuestionariClienteMiFIDCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Profilazione/rinnovaQuestionarioMiFID", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public QuestionarioMiFIDRes rinnovaQuestionarioMiFID([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] string codiceQuestionario, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] InfoClient infoClient) { object[] results = this.Invoke("rinnovaQuestionarioMiFID", new object[] { codiceQuestionario, infoClient}); return ((QuestionarioMiFIDRes)(results[0])); } /// public void rinnovaQuestionarioMiFIDAsync(string codiceQuestionario, InfoClient infoClient) { this.rinnovaQuestionarioMiFIDAsync(codiceQuestionario, infoClient, null); } /// public void rinnovaQuestionarioMiFIDAsync(string codiceQuestionario, InfoClient infoClient, object userState) { if ((this.rinnovaQuestionarioMiFIDOperationCompleted == null)) { this.rinnovaQuestionarioMiFIDOperationCompleted = new System.Threading.SendOrPostCallback(this.OnrinnovaQuestionarioMiFIDOperationCompleted); } this.InvokeAsync("rinnovaQuestionarioMiFID", new object[] { codiceQuestionario, infoClient}, this.rinnovaQuestionarioMiFIDOperationCompleted, userState); } private void OnrinnovaQuestionarioMiFIDOperationCompleted(object arg) { if ((this.rinnovaQuestionarioMiFIDCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.rinnovaQuestionarioMiFIDCompleted(this, new rinnovaQuestionarioMiFIDCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/Profilazione/setQuestionarioMiFID", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public QuestionarioMiFIDRes setQuestionarioMiFID([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] ChiaveCliente chiaveCliente, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] QuestionarioMiFID questionarioMiFID, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] DatiAggiuntiviStampa datiAggiuntivi, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] InfoClient infoClient) { object[] results = this.Invoke("setQuestionarioMiFID", new object[] { chiaveCliente, questionarioMiFID, datiAggiuntivi, infoClient}); return ((QuestionarioMiFIDRes)(results[0])); } /// public void setQuestionarioMiFIDAsync(ChiaveCliente chiaveCliente, QuestionarioMiFID questionarioMiFID, DatiAggiuntiviStampa datiAggiuntivi, InfoClient infoClient) { this.setQuestionarioMiFIDAsync(chiaveCliente, questionarioMiFID, datiAggiuntivi, infoClient, null); } /// public void setQuestionarioMiFIDAsync(ChiaveCliente chiaveCliente, QuestionarioMiFID questionarioMiFID, DatiAggiuntiviStampa datiAggiuntivi, InfoClient infoClient, object userState) { if ((this.setQuestionarioMiFIDOperationCompleted == null)) { this.setQuestionarioMiFIDOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsetQuestionarioMiFIDOperationCompleted); } this.InvokeAsync("setQuestionarioMiFID", new object[] { chiaveCliente, questionarioMiFID, datiAggiuntivi, infoClient}, this.setQuestionarioMiFIDOperationCompleted, userState); } private void OnsetQuestionarioMiFIDOperationCompleted(object arg) { if ((this.setQuestionarioMiFIDCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.setQuestionarioMiFIDCompleted(this, new setQuestionarioMiFIDCompletedEventArgs(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.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] 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.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class QuestionarioMiFIDRes { private QuestionarioMiFID questionarioMiFIDField; private InfoServer infoField; /// public QuestionarioMiFID questionarioMiFID { get { return this.questionarioMiFIDField; } set { this.questionarioMiFIDField = value; } } /// public InfoServer info { get { return this.infoField; } set { this.infoField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class QuestionarioMiFID { private string codiceFiscaleField; private bool accettaCompilazioneField; private int codiceProfiloAssegnatoField; private int codiceProfiloCalcolatoField; private string codiceQuestionarioField; private string dataFineValiditaField; private string dataInizioValiditaField; private string codiceAgenteField; private string codiceAgenteResponsabileField; private string codiceAgenteRealeField; private string tipoQuestionarioField; private Domanda[] domandeField; private int statusField; private int profiloEsperienzaConoscenzaField; private bool isQuestionarioPersonaGiuridicaField; private string codiceApplicazioneField; /// public string codiceFiscale { get { return this.codiceFiscaleField; } set { this.codiceFiscaleField = value; } } /// public bool accettaCompilazione { get { return this.accettaCompilazioneField; } set { this.accettaCompilazioneField = value; } } /// public int codiceProfiloAssegnato { get { return this.codiceProfiloAssegnatoField; } set { this.codiceProfiloAssegnatoField = value; } } /// public int codiceProfiloCalcolato { get { return this.codiceProfiloCalcolatoField; } set { this.codiceProfiloCalcolatoField = value; } } /// public string codiceQuestionario { get { return this.codiceQuestionarioField; } set { this.codiceQuestionarioField = value; } } /// public string dataFineValidita { get { return this.dataFineValiditaField; } set { this.dataFineValiditaField = value; } } /// public string dataInizioValidita { get { return this.dataInizioValiditaField; } set { this.dataInizioValiditaField = value; } } /// public string codiceAgente { get { return this.codiceAgenteField; } set { this.codiceAgenteField = value; } } /// public string codiceAgenteResponsabile { get { return this.codiceAgenteResponsabileField; } set { this.codiceAgenteResponsabileField = value; } } /// public string codiceAgenteReale { get { return this.codiceAgenteRealeField; } set { this.codiceAgenteRealeField = value; } } /// public string TipoQuestionario { get { return this.tipoQuestionarioField; } set { this.tipoQuestionarioField = value; } } /// public Domanda[] domande { get { return this.domandeField; } set { this.domandeField = value; } } /// public int status { get { return this.statusField; } set { this.statusField = value; } } /// public int profiloEsperienzaConoscenza { get { return this.profiloEsperienzaConoscenzaField; } set { this.profiloEsperienzaConoscenzaField = value; } } /// public bool isQuestionarioPersonaGiuridica { get { return this.isQuestionarioPersonaGiuridicaField; } set { this.isQuestionarioPersonaGiuridicaField = value; } } /// public string codiceApplicazione { get { return this.codiceApplicazioneField; } set { this.codiceApplicazioneField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class Domanda { private string descDomandaField; private Risposta[] rispostaField; /// public string descDomanda { get { return this.descDomandaField; } set { this.descDomandaField = value; } } /// public Risposta[] risposta { get { return this.rispostaField; } set { this.rispostaField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class Risposta { private string descRispostaField; private string valoreRispostaField; /// public string descRisposta { get { return this.descRispostaField; } set { this.descRispostaField = value; } } /// public string valoreRisposta { get { return this.valoreRispostaField; } set { this.valoreRispostaField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] 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.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] 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.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class QuestionariMiFIDRes { private QuestionarioMiFID[] allQuestionariClienteField; private InfoServer infoField; /// public QuestionarioMiFID[] allQuestionariCliente { get { return this.allQuestionariClienteField; } set { this.allQuestionariClienteField = value; } } /// public InfoServer info { get { return this.infoField; } set { this.infoField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class ProfiloMiFID { private int codiceProfiloCalcolatoField; private int codiceProfiloECField; private decimal valoreRischioField; private decimal valoreECField; private string classPRField; private string classPRCalcolatoField; private string classPRLimiteField; /// public int codiceProfiloCalcolato { get { return this.codiceProfiloCalcolatoField; } set { this.codiceProfiloCalcolatoField = value; } } /// public int codiceProfiloEC { get { return this.codiceProfiloECField; } set { this.codiceProfiloECField = value; } } /// public decimal valoreRischio { get { return this.valoreRischioField; } set { this.valoreRischioField = value; } } /// public decimal valoreEC { get { return this.valoreECField; } set { this.valoreECField = value; } } /// public string classPR { get { return this.classPRField; } set { this.classPRField = value; } } /// public string classPRCalcolato { get { return this.classPRCalcolatoField; } set { this.classPRCalcolatoField = value; } } /// public string classPRLimite { get { return this.classPRLimiteField; } set { this.classPRLimiteField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class ProfiloMiFIDRes { private ProfiloMiFID profiloMiFIDField; private InfoServer infoField; /// public ProfiloMiFID profiloMiFID { get { return this.profiloMiFIDField; } set { this.profiloMiFIDField = value; } } /// public InfoServer info { get { return this.infoField; } set { this.infoField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class ListHoldingPeriod { private int hp1Field; private int hp2Field; private int hp3Field; private int hp4Field; private int hp5Field; /// public int hp1 { get { return this.hp1Field; } set { this.hp1Field = value; } } /// public int hp2 { get { return this.hp2Field; } set { this.hp2Field = value; } } /// public int hp3 { get { return this.hp3Field; } set { this.hp3Field = value; } } /// public int hp4 { get { return this.hp4Field; } set { this.hp4Field = value; } } /// public int hp5 { get { return this.hp5Field; } set { this.hp5Field = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class QuestionarioInfo { private int codiceProfiloAssegnatoField; private int profiloEsperienzaConoscenzaField; private string codiceQuestionarioField; private string dataFineValiditaField; private string dataInizioValiditaField; private int statusField; private ListHoldingPeriod listHoldingPeriodField; /// public int codiceProfiloAssegnato { get { return this.codiceProfiloAssegnatoField; } set { this.codiceProfiloAssegnatoField = value; } } /// public int profiloEsperienzaConoscenza { get { return this.profiloEsperienzaConoscenzaField; } set { this.profiloEsperienzaConoscenzaField = value; } } /// public string codiceQuestionario { get { return this.codiceQuestionarioField; } set { this.codiceQuestionarioField = value; } } /// public string dataFineValidita { get { return this.dataFineValiditaField; } set { this.dataFineValiditaField = value; } } /// public string dataInizioValidita { get { return this.dataInizioValiditaField; } set { this.dataInizioValiditaField = value; } } /// public int status { get { return this.statusField; } set { this.statusField = value; } } /// public ListHoldingPeriod listHoldingPeriod { get { return this.listHoldingPeriodField; } set { this.listHoldingPeriodField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class GetHoldingPeriodRes { private QuestionarioInfo[] infoQuestionariField; private InfoServer infoField; /// public QuestionarioInfo[] infoQuestionari { get { return this.infoQuestionariField; } set { this.infoQuestionariField = value; } } /// public InfoServer info { get { return this.infoField; } set { this.infoField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class ProfiliDiRischioQP19Res { private ProfiliDiRischioQP19[] tuttiProfiliField; private InfoServer infoField; /// public ProfiliDiRischioQP19[] tuttiProfili { get { return this.tuttiProfiliField; } set { this.tuttiProfiliField = value; } } /// public InfoServer info { get { return this.infoField; } set { this.infoField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class ProfiliDiRischioQP19 : ProfiliDiRischio { private string descrizioneProfiloRidottaField; /// public string descrizioneProfiloRidotta { get { return this.descrizioneProfiloRidottaField; } set { this.descrizioneProfiloRidottaField = value; } } } /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(ProfiliDiRischioQP19))] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class ProfiliDiRischio { private string codiceProfiloField; private string descrizioneProfiloField; private string descrizioneProfiloEstesaField; private double percentualeAssetAzionarioField; private double percentualeAssetObbligazionarioField; private double percentualeAssetMonetarioField; private double volatilitaDaField; private double volatilitaAField; private double rendimentoAttesoField; private double varTrimastraleField; private string codiceClasseRCField; /// public string codiceProfilo { get { return this.codiceProfiloField; } set { this.codiceProfiloField = value; } } /// public string descrizioneProfilo { get { return this.descrizioneProfiloField; } set { this.descrizioneProfiloField = value; } } /// public string descrizioneProfiloEstesa { get { return this.descrizioneProfiloEstesaField; } set { this.descrizioneProfiloEstesaField = value; } } /// public double percentualeAssetAzionario { get { return this.percentualeAssetAzionarioField; } set { this.percentualeAssetAzionarioField = value; } } /// public double percentualeAssetObbligazionario { get { return this.percentualeAssetObbligazionarioField; } set { this.percentualeAssetObbligazionarioField = value; } } /// public double percentualeAssetMonetario { get { return this.percentualeAssetMonetarioField; } set { this.percentualeAssetMonetarioField = value; } } /// public double volatilitaDa { get { return this.volatilitaDaField; } set { this.volatilitaDaField = value; } } /// public double volatilitaA { get { return this.volatilitaAField; } set { this.volatilitaAField = value; } } /// public double rendimentoAtteso { get { return this.rendimentoAttesoField; } set { this.rendimentoAttesoField = value; } } /// public double varTrimastrale { get { return this.varTrimastraleField; } set { this.varTrimastraleField = value; } } /// public string codiceClasseRC { get { return this.codiceClasseRCField; } set { this.codiceClasseRCField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class Professione { private string codiceField; private string descrizioneField; /// public string codice { get { return this.codiceField; } set { this.codiceField = value; } } /// public string descrizione { get { return this.descrizioneField; } set { this.descrizioneField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class GetProfessioniRes { private Professione[] listaProfessioniField; private InfoServer infoField; /// public Professione[] listaProfessioni { get { return this.listaProfessioniField; } set { this.listaProfessioniField = value; } } /// public InfoServer info { get { return this.infoField; } set { this.infoField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class AttivaQuestionarioRes { private InfoServer infoField; /// public InfoServer info { get { return this.infoField; } set { this.infoField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class AttivaQuestionarioIn { private string codiceFiscaleField; private string codiceMandatoFiducianteField; private string codiceAgenteRealeField; private string codiceQuestionarioField; private bool isQuestionarioPGField; private bool clientePotenzialeField; private bool isAttivazioneSospensivaField; /// public string codiceFiscale { get { return this.codiceFiscaleField; } set { this.codiceFiscaleField = value; } } /// public string codiceMandatoFiduciante { get { return this.codiceMandatoFiducianteField; } set { this.codiceMandatoFiducianteField = value; } } /// public string codiceAgenteReale { get { return this.codiceAgenteRealeField; } set { this.codiceAgenteRealeField = value; } } /// public string codiceQuestionario { get { return this.codiceQuestionarioField; } set { this.codiceQuestionarioField = value; } } /// public bool isQuestionarioPG { get { return this.isQuestionarioPGField; } set { this.isQuestionarioPGField = value; } } /// public bool clientePotenziale { get { return this.clientePotenzialeField; } set { this.clientePotenzialeField = value; } } /// public bool isAttivazioneSospensiva { get { return this.isAttivazioneSospensivaField; } set { this.isAttivazioneSospensivaField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class AttivaQuestionarioFiduciariaRes { private string codiceQuestionarioField; private InfoServer infoField; /// public string codiceQuestionario { get { return this.codiceQuestionarioField; } set { this.codiceQuestionarioField = value; } } /// public InfoServer info { get { return this.infoField; } set { this.infoField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class AttivaQuestionarioFiduciariaIn { private Domanda[] dettagliDomandeField; private bool personaGiuridicaField; private byte codiceProfessioneField; private byte codiceTranscodificaField; private byte etaField; private byte codiceProfiloAssegnatoField; private byte codiceProfiloCalcolatoField; private byte codiceProfiloECField; private string codiceFiscaleField; private string codiceMandatoField; private string codiceFiducianteField; private string codiceAgenteRealeField; private string codiceAgenteField; private string nomeField; private string cognomeField; private bool isQuestionarioAttivoField; private bool accettaCompilazioneField; /// public Domanda[] dettagliDomande { get { return this.dettagliDomandeField; } set { this.dettagliDomandeField = value; } } /// public bool personaGiuridica { get { return this.personaGiuridicaField; } set { this.personaGiuridicaField = value; } } /// public byte codiceProfessione { get { return this.codiceProfessioneField; } set { this.codiceProfessioneField = value; } } /// public byte codiceTranscodifica { get { return this.codiceTranscodificaField; } set { this.codiceTranscodificaField = value; } } /// public byte eta { get { return this.etaField; } set { this.etaField = value; } } /// public byte codiceProfiloAssegnato { get { return this.codiceProfiloAssegnatoField; } set { this.codiceProfiloAssegnatoField = value; } } /// public byte codiceProfiloCalcolato { get { return this.codiceProfiloCalcolatoField; } set { this.codiceProfiloCalcolatoField = value; } } /// public byte codiceProfiloEC { get { return this.codiceProfiloECField; } set { this.codiceProfiloECField = value; } } /// public string codiceFiscale { get { return this.codiceFiscaleField; } set { this.codiceFiscaleField = value; } } /// public string codiceMandato { get { return this.codiceMandatoField; } set { this.codiceMandatoField = value; } } /// public string codiceFiduciante { get { return this.codiceFiducianteField; } set { this.codiceFiducianteField = value; } } /// public string codiceAgenteReale { get { return this.codiceAgenteRealeField; } set { this.codiceAgenteRealeField = value; } } /// public string codiceAgente { get { return this.codiceAgenteField; } set { this.codiceAgenteField = value; } } /// public string nome { get { return this.nomeField; } set { this.nomeField = value; } } /// public string cognome { get { return this.cognomeField; } set { this.cognomeField = value; } } /// public bool isQuestionarioAttivo { get { return this.isQuestionarioAttivoField; } set { this.isQuestionarioAttivoField = value; } } /// public bool accettaCompilazione { get { return this.accettaCompilazioneField; } set { this.accettaCompilazioneField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class InfoProfilazionePF { private decimal punteggioECField; private short codiceProfiloECField; private short propensioneRischioField; private decimal punteggioHPMedioField; private short classeHPMedioNCField; private short classeHPMedioField; private short profiloRischioField; private decimal punteggioSituazioneFinanziariaField; private short profiloSituazioneFinanziariaField; private short preProfiloField; private decimal rfaBFField; private decimal rfaAltriField; private decimal impOperazioniAltriField; private decimal impOperazioniBFField; private int numeroOperazioniAltriField; private int numeroOperazioniBFField; private short codiceProfiloField; private Sezione[] sezioniField; private Domanda[] domandaRisposteForzateField; /// public decimal PunteggioEC { get { return this.punteggioECField; } set { this.punteggioECField = value; } } /// public short CodiceProfiloEC { get { return this.codiceProfiloECField; } set { this.codiceProfiloECField = value; } } /// public short PropensioneRischio { get { return this.propensioneRischioField; } set { this.propensioneRischioField = value; } } /// public decimal PunteggioHPMedio { get { return this.punteggioHPMedioField; } set { this.punteggioHPMedioField = value; } } /// public short ClasseHPMedioNC { get { return this.classeHPMedioNCField; } set { this.classeHPMedioNCField = value; } } /// public short ClasseHPMedio { get { return this.classeHPMedioField; } set { this.classeHPMedioField = value; } } /// public short ProfiloRischio { get { return this.profiloRischioField; } set { this.profiloRischioField = value; } } /// public decimal PunteggioSituazioneFinanziaria { get { return this.punteggioSituazioneFinanziariaField; } set { this.punteggioSituazioneFinanziariaField = value; } } /// public short ProfiloSituazioneFinanziaria { get { return this.profiloSituazioneFinanziariaField; } set { this.profiloSituazioneFinanziariaField = value; } } /// public short PreProfilo { get { return this.preProfiloField; } set { this.preProfiloField = value; } } /// public decimal RfaBF { get { return this.rfaBFField; } set { this.rfaBFField = value; } } /// public decimal RfaAltri { get { return this.rfaAltriField; } set { this.rfaAltriField = value; } } /// public decimal ImpOperazioniAltri { get { return this.impOperazioniAltriField; } set { this.impOperazioniAltriField = value; } } /// public decimal ImpOperazioniBF { get { return this.impOperazioniBFField; } set { this.impOperazioniBFField = value; } } /// public int NumeroOperazioniAltri { get { return this.numeroOperazioniAltriField; } set { this.numeroOperazioniAltriField = value; } } /// public int NumeroOperazioniBF { get { return this.numeroOperazioniBFField; } set { this.numeroOperazioniBFField = value; } } /// public short CodiceProfilo { get { return this.codiceProfiloField; } set { this.codiceProfiloField = value; } } /// public Sezione[] Sezioni { get { return this.sezioniField; } set { this.sezioniField = value; } } /// public Domanda[] DomandaRisposteForzate { get { return this.domandaRisposteForzateField; } set { this.domandaRisposteForzateField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class Sezione { private string descSezioneField; private string valoreSezioneField; /// public string DescSezione { get { return this.descSezioneField; } set { this.descSezioneField = value; } } /// public string ValoreSezione { get { return this.valoreSezioneField; } set { this.valoreSezioneField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class Ambito { private string descAmbitoField; private string valoreAmbitoField; /// public string descAmbito { get { return this.descAmbitoField; } set { this.descAmbitoField = value; } } /// public string ValoreAmbito { get { return this.valoreAmbitoField; } set { this.valoreAmbitoField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class InfoProfilazionePG { private short codiceProfiloCalcolatoField; private short codiceProfiloECField; private decimal valoreRischioField; private decimal valoreECField; private string classPRField; private string classPRCalcolatoField; private string classPRLimiteField; private Sezione[] sezioniField; private Ambito[] ambitiField; private Sezione[] sezioniECField; private Ambito[] ambitiECField; /// public short CodiceProfiloCalcolato { get { return this.codiceProfiloCalcolatoField; } set { this.codiceProfiloCalcolatoField = value; } } /// public short CodiceProfiloEC { get { return this.codiceProfiloECField; } set { this.codiceProfiloECField = value; } } /// public decimal ValoreRischio { get { return this.valoreRischioField; } set { this.valoreRischioField = value; } } /// public decimal ValoreEC { get { return this.valoreECField; } set { this.valoreECField = value; } } /// public string ClassPR { get { return this.classPRField; } set { this.classPRField = value; } } /// public string ClassPRCalcolato { get { return this.classPRCalcolatoField; } set { this.classPRCalcolatoField = value; } } /// public string ClassPRLimite { get { return this.classPRLimiteField; } set { this.classPRLimiteField = value; } } /// public Sezione[] Sezioni { get { return this.sezioniField; } set { this.sezioniField = value; } } /// public Ambito[] Ambiti { get { return this.ambitiField; } set { this.ambitiField = value; } } /// public Sezione[] SezioniEC { get { return this.sezioniECField; } set { this.sezioniECField = value; } } /// public Ambito[] AmbitiEC { get { return this.ambitiECField; } set { this.ambitiECField = value; } } } /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(SalvaQuestionarioPFRes))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(SalvaQuestionarioPGRes))] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class SalvaQuestionarioRes { private string codiceQuestionarioField; private byte codiceProfiloCalcolatoField; private byte codiceProfiloAssegnatoField; private InfoServer infoField; /// public string codiceQuestionario { get { return this.codiceQuestionarioField; } set { this.codiceQuestionarioField = value; } } /// public byte codiceProfiloCalcolato { get { return this.codiceProfiloCalcolatoField; } set { this.codiceProfiloCalcolatoField = value; } } /// public byte codiceProfiloAssegnato { get { return this.codiceProfiloAssegnatoField; } set { this.codiceProfiloAssegnatoField = value; } } /// public InfoServer info { get { return this.infoField; } set { this.infoField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class SalvaQuestionarioPFRes : SalvaQuestionarioRes { private InfoProfilazionePF infoProfilazioneField; /// public InfoProfilazionePF infoProfilazione { get { return this.infoProfilazioneField; } set { this.infoProfilazioneField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class SalvaQuestionarioPGRes : SalvaQuestionarioRes { private InfoProfilazionePG infoProfilazioneField; /// public InfoProfilazionePG infoProfilazione { get { return this.infoProfilazioneField; } set { this.infoProfilazioneField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class DatiAggiuntiviSalvataggio { private bool personaGiuridicaField; private byte codiceProfiloAssegnatoField; private bool accettaCompilazioneField; private string codiceAgenteRealeField; private string codiceAgenteField; private string nomeField; private string cognomeField; private bool isQuestionarioOfflineField; private bool isQuestionarioAttivabileField; /// public bool personaGiuridica { get { return this.personaGiuridicaField; } set { this.personaGiuridicaField = value; } } /// public byte codiceProfiloAssegnato { get { return this.codiceProfiloAssegnatoField; } set { this.codiceProfiloAssegnatoField = value; } } /// public bool accettaCompilazione { get { return this.accettaCompilazioneField; } set { this.accettaCompilazioneField = value; } } /// public string codiceAgenteReale { get { return this.codiceAgenteRealeField; } set { this.codiceAgenteRealeField = value; } } /// public string codiceAgente { get { return this.codiceAgenteField; } set { this.codiceAgenteField = value; } } /// public string nome { get { return this.nomeField; } set { this.nomeField = value; } } /// public string cognome { get { return this.cognomeField; } set { this.cognomeField = value; } } /// public bool isQuestionarioOffline { get { return this.isQuestionarioOfflineField; } set { this.isQuestionarioOfflineField = value; } } /// public bool isQuestionarioAttivabile { get { return this.isQuestionarioAttivabileField; } set { this.isQuestionarioAttivabileField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class SalvaQuestionarioIn { private Domanda[] dettagliDomandeField; private DatiAggiuntiviControllo datiControlloField; private DatiAggiuntiviSalvataggio datiSalvataggioField; /// public Domanda[] dettagliDomande { get { return this.dettagliDomandeField; } set { this.dettagliDomandeField = value; } } /// public DatiAggiuntiviControllo datiControllo { get { return this.datiControlloField; } set { this.datiControlloField = value; } } /// public DatiAggiuntiviSalvataggio datiSalvataggio { get { return this.datiSalvataggioField; } set { this.datiSalvataggioField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class DatiAggiuntiviControllo { private bool clientePotenzialeField; private string codiceFiscaleField; private string codiceMandatoFiducianteField; private byte codiceProfessioneField; private byte codiceTranscodificaField; private byte etaField; /// public bool clientePotenziale { get { return this.clientePotenzialeField; } set { this.clientePotenzialeField = value; } } /// public string codiceFiscale { get { return this.codiceFiscaleField; } set { this.codiceFiscaleField = value; } } /// public string codiceMandatoFiduciante { get { return this.codiceMandatoFiducianteField; } set { this.codiceMandatoFiducianteField = value; } } /// public byte codiceProfessione { get { return this.codiceProfessioneField; } set { this.codiceProfessioneField = value; } } /// public byte codiceTranscodifica { get { return this.codiceTranscodificaField; } set { this.codiceTranscodificaField = value; } } /// public byte eta { get { return this.etaField; } set { this.etaField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class Incongruenza { private string domandaIncongruenteField; private string domandaControlloField; /// public string domandaIncongruente { get { return this.domandaIncongruenteField; } set { this.domandaIncongruenteField = value; } } /// public string domandaControllo { get { return this.domandaControlloField; } set { this.domandaControlloField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class ControllaIncongruenzeRes { private Incongruenza[] incongruenzeField; private InfoServer infoField; /// public Incongruenza[] incongruenze { get { return this.incongruenzeField; } set { this.incongruenzeField = value; } } /// public InfoServer info { get { return this.infoField; } set { this.infoField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class ControllaIncongruenzeIn { private Domanda[] dettagliDomandeField; private DatiAggiuntiviControllo datiControlloField; /// public Domanda[] dettagliDomande { get { return this.dettagliDomandeField; } set { this.dettagliDomandeField = value; } } /// public DatiAggiuntiviControllo datiControllo { get { return this.datiControlloField; } set { this.datiControlloField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class GetDettagliQuestionarioRes { private Domanda[] dettagliDomandeField; private InfoServer infoField; /// public Domanda[] dettagliDomande { get { return this.dettagliDomandeField; } set { this.dettagliDomandeField = value; } } /// public InfoServer info { get { return this.infoField; } set { this.infoField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class DettagliQuestionarioIn { private string codiceQuestionarioField; private byte statoQuestionarioField; private bool isQuestionarioPGField; private bool isQuestionarioPF_newField; /// public string codiceQuestionario { get { return this.codiceQuestionarioField; } set { this.codiceQuestionarioField = value; } } /// public byte statoQuestionario { get { return this.statoQuestionarioField; } set { this.statoQuestionarioField = value; } } /// public bool isQuestionarioPG { get { return this.isQuestionarioPGField; } set { this.isQuestionarioPGField = value; } } /// public bool isQuestionarioPF_new { get { return this.isQuestionarioPF_newField; } set { this.isQuestionarioPF_newField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class DatiQuestionario { private string codiceAgenteField; private string codiceAgenteResponsabileField; private string codiceAgenteRealeField; private string codiceQuestionarioField; private byte codiceProfiloField; private byte codiceProfiloCalcolatoField; private byte codiceProfiloECField; private byte statoQuestionarioField; private int dataAttivazioneField; private int oraAttivazioneField; private int dataFineValiditaField; private int oraFineValiditaField; private string tipoQuestionarioField; private string codiceApplicazioneField; private bool isQuestionarioPGField; private bool isQuestionarioPF_newField; private bool isQuestionarioModificabileField; private bool accettaCompilazioneField; private bool isQuestionarioAttivabileField; private bool isPdfQuestionarioPresenteField; private string urlPDFField; private bool isQuestionarioOfflineField; private byte etaField; private byte codiceTranscodificaField; private byte codiceProfessioneField; /// public string codiceAgente { get { return this.codiceAgenteField; } set { this.codiceAgenteField = value; } } /// public string codiceAgenteResponsabile { get { return this.codiceAgenteResponsabileField; } set { this.codiceAgenteResponsabileField = value; } } /// public string codiceAgenteReale { get { return this.codiceAgenteRealeField; } set { this.codiceAgenteRealeField = value; } } /// public string codiceQuestionario { get { return this.codiceQuestionarioField; } set { this.codiceQuestionarioField = value; } } /// public byte codiceProfilo { get { return this.codiceProfiloField; } set { this.codiceProfiloField = value; } } /// public byte codiceProfiloCalcolato { get { return this.codiceProfiloCalcolatoField; } set { this.codiceProfiloCalcolatoField = value; } } /// public byte codiceProfiloEC { get { return this.codiceProfiloECField; } set { this.codiceProfiloECField = value; } } /// public byte statoQuestionario { get { return this.statoQuestionarioField; } set { this.statoQuestionarioField = value; } } /// public int dataAttivazione { get { return this.dataAttivazioneField; } set { this.dataAttivazioneField = value; } } /// public int oraAttivazione { get { return this.oraAttivazioneField; } set { this.oraAttivazioneField = value; } } /// public int dataFineValidita { get { return this.dataFineValiditaField; } set { this.dataFineValiditaField = value; } } /// public int oraFineValidita { get { return this.oraFineValiditaField; } set { this.oraFineValiditaField = value; } } /// public string tipoQuestionario { get { return this.tipoQuestionarioField; } set { this.tipoQuestionarioField = value; } } /// public string codiceApplicazione { get { return this.codiceApplicazioneField; } set { this.codiceApplicazioneField = value; } } /// public bool isQuestionarioPG { get { return this.isQuestionarioPGField; } set { this.isQuestionarioPGField = value; } } /// public bool isQuestionarioPF_new { get { return this.isQuestionarioPF_newField; } set { this.isQuestionarioPF_newField = value; } } /// public bool isQuestionarioModificabile { get { return this.isQuestionarioModificabileField; } set { this.isQuestionarioModificabileField = value; } } /// public bool accettaCompilazione { get { return this.accettaCompilazioneField; } set { this.accettaCompilazioneField = value; } } /// public bool isQuestionarioAttivabile { get { return this.isQuestionarioAttivabileField; } set { this.isQuestionarioAttivabileField = value; } } /// public bool isPdfQuestionarioPresente { get { return this.isPdfQuestionarioPresenteField; } set { this.isPdfQuestionarioPresenteField = value; } } /// public string urlPDF { get { return this.urlPDFField; } set { this.urlPDFField = value; } } /// public bool isQuestionarioOffline { get { return this.isQuestionarioOfflineField; } set { this.isQuestionarioOfflineField = value; } } /// public byte eta { get { return this.etaField; } set { this.etaField = value; } } /// public byte codiceTranscodifica { get { return this.codiceTranscodificaField; } set { this.codiceTranscodificaField = value; } } /// public byte codiceProfessione { get { return this.codiceProfessioneField; } set { this.codiceProfessioneField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class DatiCliente { private string codiceFiscaleField; private string nomeField; private string cognomeField; private string codiceMandatoField; private string codiceFiducianteField; private int dataNascitaField; private byte codiceProfiloField; private string desridProfiloField; private string descrizioneProfiloField; private string limiteRischioCreditoField; private string profiloECField; private double limiteVaRField; private int limiteOperazioniField; private byte codiceProfessioneField; private byte codiceTranscodificaField; private string personaGiuridicaField; private bool clienteProfilatoField; private bool clientePotenzialeField; private bool censisciPotenzialeField; private bool contrConsFirmatoField; private int dataFirmaCtrConsField; private int dataAttivazioneProfiloField; private string codiceQuestionarioField; /// 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 codiceMandato { get { return this.codiceMandatoField; } set { this.codiceMandatoField = value; } } /// public string codiceFiduciante { get { return this.codiceFiducianteField; } set { this.codiceFiducianteField = value; } } /// public int dataNascita { get { return this.dataNascitaField; } set { this.dataNascitaField = value; } } /// public byte codiceProfilo { get { return this.codiceProfiloField; } set { this.codiceProfiloField = value; } } /// public string desridProfilo { get { return this.desridProfiloField; } set { this.desridProfiloField = value; } } /// public string descrizioneProfilo { get { return this.descrizioneProfiloField; } set { this.descrizioneProfiloField = value; } } /// public string limiteRischioCredito { get { return this.limiteRischioCreditoField; } set { this.limiteRischioCreditoField = value; } } /// public string profiloEC { get { return this.profiloECField; } set { this.profiloECField = value; } } /// public double limiteVaR { get { return this.limiteVaRField; } set { this.limiteVaRField = value; } } /// public int limiteOperazioni { get { return this.limiteOperazioniField; } set { this.limiteOperazioniField = value; } } /// public byte codiceProfessione { get { return this.codiceProfessioneField; } set { this.codiceProfessioneField = value; } } /// public byte codiceTranscodifica { get { return this.codiceTranscodificaField; } set { this.codiceTranscodificaField = value; } } /// public string personaGiuridica { get { return this.personaGiuridicaField; } set { this.personaGiuridicaField = value; } } /// public bool clienteProfilato { get { return this.clienteProfilatoField; } set { this.clienteProfilatoField = value; } } /// public bool clientePotenziale { get { return this.clientePotenzialeField; } set { this.clientePotenzialeField = value; } } /// public bool censisciPotenziale { get { return this.censisciPotenzialeField; } set { this.censisciPotenzialeField = value; } } /// public bool contrConsFirmato { get { return this.contrConsFirmatoField; } set { this.contrConsFirmatoField = value; } } /// public int dataFirmaCtrCons { get { return this.dataFirmaCtrConsField; } set { this.dataFirmaCtrConsField = value; } } /// public int dataAttivazioneProfilo { get { return this.dataAttivazioneProfiloField; } set { this.dataAttivazioneProfiloField = value; } } /// public string codiceQuestionario { get { return this.codiceQuestionarioField; } set { this.codiceQuestionarioField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class GetRiepilogoClienteRes { private DatiCliente riepilogoClienteField; private DatiQuestionario[] listaQuestionariClienteField; private InfoServer infoField; /// public DatiCliente riepilogoCliente { get { return this.riepilogoClienteField; } set { this.riepilogoClienteField = value; } } /// public DatiQuestionario[] listaQuestionariCliente { get { return this.listaQuestionariClienteField; } set { this.listaQuestionariClienteField = value; } } /// public InfoServer info { get { return this.infoField; } set { this.infoField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class ClienteDatiMiFID { private string codiceFiscaleOrdinanteField; private string nominativoOrdinanteField; private bool contrConsFirmatoField; private long dataFirmaCtrConsField; private bool clienteProfilatoField; private int profiloDiInvestimentoField; private long dataAttivazioneProfiloField; private double limiteVaRField; private string codiceQuestionarioField; private string descrizioneProfiloField; private string rischioCreditoMassimoField; private string profiloECField; /// public string codiceFiscaleOrdinante { get { return this.codiceFiscaleOrdinanteField; } set { this.codiceFiscaleOrdinanteField = value; } } /// public string nominativoOrdinante { get { return this.nominativoOrdinanteField; } set { this.nominativoOrdinanteField = value; } } /// public bool contrConsFirmato { get { return this.contrConsFirmatoField; } set { this.contrConsFirmatoField = value; } } /// public long dataFirmaCtrCons { get { return this.dataFirmaCtrConsField; } set { this.dataFirmaCtrConsField = value; } } /// public bool clienteProfilato { get { return this.clienteProfilatoField; } set { this.clienteProfilatoField = value; } } /// public int profiloDiInvestimento { get { return this.profiloDiInvestimentoField; } set { this.profiloDiInvestimentoField = value; } } /// public long dataAttivazioneProfilo { get { return this.dataAttivazioneProfiloField; } set { this.dataAttivazioneProfiloField = value; } } /// public double limiteVaR { get { return this.limiteVaRField; } set { this.limiteVaRField = value; } } /// public string codiceQuestionario { get { return this.codiceQuestionarioField; } set { this.codiceQuestionarioField = value; } } /// public string descrizioneProfilo { get { return this.descrizioneProfiloField; } set { this.descrizioneProfiloField = value; } } /// public string rischioCreditoMassimo { get { return this.rischioCreditoMassimoField; } set { this.rischioCreditoMassimoField = value; } } /// public string profiloEC { get { return this.profiloECField; } set { this.profiloECField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class GetDatiMiFIDRes { private ClienteDatiMiFID clienteMiFIDField; private InfoServer infoField; /// public ClienteDatiMiFID clienteMiFID { get { return this.clienteMiFIDField; } set { this.clienteMiFIDField = value; } } /// public InfoServer info { get { return this.infoField; } set { this.infoField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class ProfiliDiRischioRes { private ProfiliDiRischio[] tuttiProfiliField; private InfoServer infoField; /// public ProfiliDiRischio[] tuttiProfili { get { return this.tuttiProfiliField; } set { this.tuttiProfiliField = value; } } /// public InfoServer info { get { return this.infoField; } set { this.infoField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class InformativaPDFRes { private string urlPdfInformativaField; private InfoServer infoField; /// public string urlPdfInformativa { get { return this.urlPdfInformativaField; } set { this.urlPdfInformativaField = value; } } /// public InfoServer info { get { return this.infoField; } set { this.infoField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class QuestionarioPDFRes { private string urlPdfQuestionarioField; private InfoServer infoField; /// public string urlPdfQuestionario { get { return this.urlPdfQuestionarioField; } set { this.urlPdfQuestionarioField = value; } } /// public InfoServer info { get { return this.infoField; } set { this.infoField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class DatiAggiuntiviStampa { private string nomeField; private string cognomeField; /// public string nome { get { return this.nomeField; } set { this.nomeField = value; } } /// public string cognome { get { return this.cognomeField; } set { this.cognomeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class QuestionarioRes { private Questionario questionarioField; private InfoServer infoField; /// public Questionario questionario { get { return this.questionarioField; } set { this.questionarioField = value; } } /// public InfoServer info { get { return this.infoField; } set { this.infoField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class Questionario { private bool accettaCompilazioneField; private string codiceAgenteField; private string codiceFiscaleField; private int codiceProfiloAssegnatoField; private int codiceProfiloCalcolatoField; private string codiceQuestionarioField; private string dataDiNascitaField; private string dataFineValiditaField; private string dataInizioValiditaField; private int esperienzaInvestimentoField; private int esperienzaProdottiAltriObbligazionariField; private int esperienzaProdottiAzionariField; private int esperienzaProdottiDerivatiField; private int esperienzaProdottiMonetariField; private int esperienzaProdottiObbligazionariField; private int orizzonteTemporaleField; private int propensioneAlRischioField; private int statusField; /// public bool accettaCompilazione { get { return this.accettaCompilazioneField; } set { this.accettaCompilazioneField = value; } } /// public string codiceAgente { get { return this.codiceAgenteField; } set { this.codiceAgenteField = value; } } /// public string codiceFiscale { get { return this.codiceFiscaleField; } set { this.codiceFiscaleField = value; } } /// public int codiceProfiloAssegnato { get { return this.codiceProfiloAssegnatoField; } set { this.codiceProfiloAssegnatoField = value; } } /// public int codiceProfiloCalcolato { get { return this.codiceProfiloCalcolatoField; } set { this.codiceProfiloCalcolatoField = value; } } /// public string codiceQuestionario { get { return this.codiceQuestionarioField; } set { this.codiceQuestionarioField = value; } } /// public string dataDiNascita { get { return this.dataDiNascitaField; } set { this.dataDiNascitaField = value; } } /// public string dataFineValidita { get { return this.dataFineValiditaField; } set { this.dataFineValiditaField = value; } } /// public string dataInizioValidita { get { return this.dataInizioValiditaField; } set { this.dataInizioValiditaField = value; } } /// public int esperienzaInvestimento { get { return this.esperienzaInvestimentoField; } set { this.esperienzaInvestimentoField = value; } } /// public int esperienzaProdottiAltriObbligazionari { get { return this.esperienzaProdottiAltriObbligazionariField; } set { this.esperienzaProdottiAltriObbligazionariField = value; } } /// public int esperienzaProdottiAzionari { get { return this.esperienzaProdottiAzionariField; } set { this.esperienzaProdottiAzionariField = value; } } /// public int esperienzaProdottiDerivati { get { return this.esperienzaProdottiDerivatiField; } set { this.esperienzaProdottiDerivatiField = value; } } /// public int esperienzaProdottiMonetari { get { return this.esperienzaProdottiMonetariField; } set { this.esperienzaProdottiMonetariField = value; } } /// public int esperienzaProdottiObbligazionari { get { return this.esperienzaProdottiObbligazionariField; } set { this.esperienzaProdottiObbligazionariField = value; } } /// public int orizzonteTemporale { get { return this.orizzonteTemporaleField; } set { this.orizzonteTemporaleField = value; } } /// public int propensioneAlRischio { get { return this.propensioneAlRischioField; } set { this.propensioneAlRischioField = value; } } /// public int status { get { return this.statusField; } set { this.statusField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class QuestionariRes { private Questionario[] allQuestionariClienteField; private InfoServer infoField; /// public Questionario[] allQuestionariCliente { get { return this.allQuestionariClienteField; } set { this.allQuestionariClienteField = value; } } /// public InfoServer info { get { return this.infoField; } set { this.infoField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] 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.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class PDFMiFIDRes { private string urlPdfField; private InfoServer infoField; /// public string urlPdf { get { return this.urlPdfField; } set { this.urlPdfField = value; } } /// public InfoServer info { get { return this.infoField; } set { this.infoField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/Profilazione")] public partial class StreamMiFIDRes { private byte[] streamPdfField; private InfoServer infoField; /// [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] public byte[] streamPdf { get { return this.streamPdfField; } set { this.streamPdfField = value; } } /// public InfoServer info { get { return this.infoField; } set { this.infoField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] public delegate void getStreamQuestionarioMiFIDCompletedEventHandler(object sender, getStreamQuestionarioMiFIDCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getStreamQuestionarioMiFIDCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getStreamQuestionarioMiFIDCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public StreamMiFIDRes Result { get { this.RaiseExceptionIfNecessary(); return ((StreamMiFIDRes)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] public delegate void getPDFQuestionarioMiFIDCompletedEventHandler(object sender, getPDFQuestionarioMiFIDCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getPDFQuestionarioMiFIDCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getPDFQuestionarioMiFIDCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public PDFMiFIDRes Result { get { this.RaiseExceptionIfNecessary(); return ((PDFMiFIDRes)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] public delegate void getPDFInformativaMiFIDCompletedEventHandler(object sender, getPDFInformativaMiFIDCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getPDFInformativaMiFIDCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getPDFInformativaMiFIDCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public PDFMiFIDRes Result { get { this.RaiseExceptionIfNecessary(); return ((PDFMiFIDRes)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] public delegate void getQuestionariClienteCompletedEventHandler(object sender, getQuestionariClienteCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getQuestionariClienteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getQuestionariClienteCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public QuestionariRes Result { get { this.RaiseExceptionIfNecessary(); return ((QuestionariRes)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] public delegate void setQuestionarioCompletedEventHandler(object sender, setQuestionarioCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class setQuestionarioCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal setQuestionarioCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public QuestionarioRes Result { get { this.RaiseExceptionIfNecessary(); return ((QuestionarioRes)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] public delegate void getPDFQuestionarioCompletedEventHandler(object sender, getPDFQuestionarioCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getPDFQuestionarioCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getPDFQuestionarioCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public QuestionarioPDFRes Result { get { this.RaiseExceptionIfNecessary(); return ((QuestionarioPDFRes)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] public delegate void getPDFInformativaCompletedEventHandler(object sender, getPDFInformativaCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getPDFInformativaCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getPDFInformativaCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public InformativaPDFRes Result { get { this.RaiseExceptionIfNecessary(); return ((InformativaPDFRes)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] public delegate void getProfiliCompletedEventHandler(object sender, getProfiliCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getProfiliCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getProfiliCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ProfiliDiRischioRes Result { get { this.RaiseExceptionIfNecessary(); return ((ProfiliDiRischioRes)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] public delegate void getDatiMiFIDCompletedEventHandler(object sender, getDatiMiFIDCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getDatiMiFIDCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getDatiMiFIDCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public GetDatiMiFIDRes Result { get { this.RaiseExceptionIfNecessary(); return ((GetDatiMiFIDRes)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] public delegate void getRiepilogoClienteCompletedEventHandler(object sender, getRiepilogoClienteCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getRiepilogoClienteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getRiepilogoClienteCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public GetRiepilogoClienteRes Result { get { this.RaiseExceptionIfNecessary(); return ((GetRiepilogoClienteRes)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] public delegate void getDettagliQuestionarioCompletedEventHandler(object sender, getDettagliQuestionarioCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getDettagliQuestionarioCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getDettagliQuestionarioCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public GetDettagliQuestionarioRes Result { get { this.RaiseExceptionIfNecessary(); return ((GetDettagliQuestionarioRes)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] public delegate void controllaIncongruenzeCompletedEventHandler(object sender, controllaIncongruenzeCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class controllaIncongruenzeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal controllaIncongruenzeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ControllaIncongruenzeRes Result { get { this.RaiseExceptionIfNecessary(); return ((ControllaIncongruenzeRes)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] public delegate void salvaQuestionario_PGCompletedEventHandler(object sender, salvaQuestionario_PGCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class salvaQuestionario_PGCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal salvaQuestionario_PGCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public SalvaQuestionarioPGRes Result { get { this.RaiseExceptionIfNecessary(); return ((SalvaQuestionarioPGRes)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] public delegate void salvaQuestionario_PFCompletedEventHandler(object sender, salvaQuestionario_PFCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class salvaQuestionario_PFCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal salvaQuestionario_PFCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public SalvaQuestionarioPFRes Result { get { this.RaiseExceptionIfNecessary(); return ((SalvaQuestionarioPFRes)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] public delegate void attivaQuestionarioFiduciariaCompletedEventHandler(object sender, attivaQuestionarioFiduciariaCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class attivaQuestionarioFiduciariaCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal attivaQuestionarioFiduciariaCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public AttivaQuestionarioFiduciariaRes Result { get { this.RaiseExceptionIfNecessary(); return ((AttivaQuestionarioFiduciariaRes)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] public delegate void attivaQuestionarioCompletedEventHandler(object sender, attivaQuestionarioCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class attivaQuestionarioCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal attivaQuestionarioCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public AttivaQuestionarioRes Result { get { this.RaiseExceptionIfNecessary(); return ((AttivaQuestionarioRes)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] public delegate void getProfessioniCompletedEventHandler(object sender, getProfessioniCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getProfessioniCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getProfessioniCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public GetProfessioniRes Result { get { this.RaiseExceptionIfNecessary(); return ((GetProfessioniRes)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] public delegate void getProfiliQP19CompletedEventHandler(object sender, getProfiliQP19CompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getProfiliQP19CompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getProfiliQP19CompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ProfiliDiRischioQP19Res Result { get { this.RaiseExceptionIfNecessary(); return ((ProfiliDiRischioQP19Res)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] public delegate void getHoldingPeriodCompletedEventHandler(object sender, getHoldingPeriodCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getHoldingPeriodCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getHoldingPeriodCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public GetHoldingPeriodRes Result { get { this.RaiseExceptionIfNecessary(); return ((GetHoldingPeriodRes)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] public delegate void calcolaProfiloMiFIDCompletedEventHandler(object sender, calcolaProfiloMiFIDCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class calcolaProfiloMiFIDCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal calcolaProfiloMiFIDCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ProfiloMiFIDRes Result { get { this.RaiseExceptionIfNecessary(); return ((ProfiloMiFIDRes)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] public delegate void getQuestionariClienteMiFIDCompletedEventHandler(object sender, getQuestionariClienteMiFIDCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getQuestionariClienteMiFIDCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getQuestionariClienteMiFIDCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public QuestionariMiFIDRes Result { get { this.RaiseExceptionIfNecessary(); return ((QuestionariMiFIDRes)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] public delegate void rinnovaQuestionarioMiFIDCompletedEventHandler(object sender, rinnovaQuestionarioMiFIDCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class rinnovaQuestionarioMiFIDCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal rinnovaQuestionarioMiFIDCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public QuestionarioMiFIDRes Result { get { this.RaiseExceptionIfNecessary(); return ((QuestionarioMiFIDRes)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] public delegate void setQuestionarioMiFIDCompletedEventHandler(object sender, setQuestionarioMiFIDCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.18408")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class setQuestionarioMiFIDCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal setQuestionarioMiFIDCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public QuestionarioMiFIDRes Result { get { this.RaiseExceptionIfNecessary(); return ((QuestionarioMiFIDRes)(this.results[0])); } } } } #pragma warning restore 1591