Esempio n. 1
0
 public Gradual.OMS.InvXX.Fundos.CadastroCotista.Cotista ExportaPorCpfcnpj(Gradual.OMS.InvXX.Fundos.CadastroCotista.ValidateLogin ValidateLogin, string Cpfcnpj)
 {
     Gradual.OMS.InvXX.Fundos.CadastroCotista.ExportaPorCpfcnpjRequest inValue = new Gradual.OMS.InvXX.Fundos.CadastroCotista.ExportaPorCpfcnpjRequest();
     inValue.ValidateLogin = ValidateLogin;
     inValue.Cpfcnpj       = Cpfcnpj;
     Gradual.OMS.InvXX.Fundos.CadastroCotista.ExportaPorCpfcnpjResponse retVal = ((Gradual.OMS.InvXX.Fundos.CadastroCotista.CadastroCotistaWSSoap)(this)).ExportaPorCpfcnpj(inValue);
     return(retVal.ExportaPorCpfcnpjResult);
 }
Esempio n. 2
0
 public Gradual.OMS.InvXX.Fundos.CadastroCotista.Cotista Exporta(Gradual.OMS.InvXX.Fundos.CadastroCotista.ValidateLogin ValidateLogin, int IdCotista)
 {
     Gradual.OMS.InvXX.Fundos.CadastroCotista.ExportaRequest inValue = new Gradual.OMS.InvXX.Fundos.CadastroCotista.ExportaRequest();
     inValue.ValidateLogin = ValidateLogin;
     inValue.IdCotista     = IdCotista;
     Gradual.OMS.InvXX.Fundos.CadastroCotista.ExportaResponse retVal = ((Gradual.OMS.InvXX.Fundos.CadastroCotista.CadastroCotistaWSSoap)(this)).Exporta(inValue);
     return(retVal.ExportaResult);
 }
Esempio n. 3
0
 public void Importa(
     Gradual.OMS.InvXX.Fundos.CadastroCotista.ValidateLogin ValidateLogin,
     int IdCotista,
     string Nome,
     byte Tipo,
     string Cpfcnpj,
     string IsentoIR,
     string IsentoIOF,
     byte StatusAtivo,
     byte TipoTributacao,
     byte TipoCotistaCVM,
     string CodigoInterface,
     string Endereco,
     string Numero,
     string Complemento,
     string Bairro,
     string Cidade,
     string CEP,
     string UF,
     string Pais,
     string EnderecoCom,
     string NumeroCom,
     string ComplementoCom,
     string BairroCom,
     string CidadeCom,
     string CEPCom,
     string UFCom,
     string PaisCom,
     string Fone,
     string Email,
     string FoneCom,
     string EmailCom,
     byte EstadoCivil,
     string NumeroRG,
     string EmissorRG,
     System.DateTime DataEmissaoRG,
     string Sexo,
     System.DateTime DataNascimento,
     string Profissao)
 {
     Gradual.OMS.InvXX.Fundos.CadastroCotista.ImportaRequest inValue = new Gradual.OMS.InvXX.Fundos.CadastroCotista.ImportaRequest();
     inValue.ValidateLogin   = ValidateLogin;
     inValue.IdCotista       = IdCotista;
     inValue.Nome            = Nome;
     inValue.Tipo            = Tipo;
     inValue.Cpfcnpj         = Cpfcnpj;
     inValue.IsentoIR        = IsentoIR;
     inValue.IsentoIOF       = IsentoIOF;
     inValue.StatusAtivo     = StatusAtivo;
     inValue.TipoTributacao  = TipoTributacao;
     inValue.TipoCotistaCVM  = TipoCotistaCVM;
     inValue.CodigoInterface = CodigoInterface;
     inValue.Endereco        = Endereco;
     inValue.Numero          = Numero;
     inValue.Complemento     = Complemento;
     inValue.Bairro          = Bairro;
     inValue.Cidade          = Cidade;
     inValue.CEP             = CEP;
     inValue.UF             = UF;
     inValue.Pais           = Pais;
     inValue.EnderecoCom    = EnderecoCom;
     inValue.NumeroCom      = NumeroCom;
     inValue.ComplementoCom = ComplementoCom;
     inValue.BairroCom      = BairroCom;
     inValue.CidadeCom      = CidadeCom;
     inValue.CEPCom         = CEPCom;
     inValue.UFCom          = UFCom;
     inValue.PaisCom        = PaisCom;
     inValue.Fone           = Fone;
     inValue.Email          = Email;
     inValue.FoneCom        = FoneCom;
     inValue.EmailCom       = EmailCom;
     inValue.EstadoCivil    = EstadoCivil;
     inValue.NumeroRG       = NumeroRG;
     inValue.EmissorRG      = EmissorRG;
     inValue.DataEmissaoRG  = DataEmissaoRG;
     inValue.Sexo           = Sexo;
     inValue.DataNascimento = DataNascimento;
     inValue.Profissao      = Profissao;
     Gradual.OMS.InvXX.Fundos.CadastroCotista.ImportaResponse retVal = ((Gradual.OMS.InvXX.Fundos.CadastroCotista.CadastroCotistaWSSoap)(this)).Importa(inValue);
 }
Esempio n. 4
0
 public ExportaPorCpfcnpjRequest(Gradual.OMS.InvXX.Fundos.CadastroCotista.ValidateLogin ValidateLogin, string Cpfcnpj)
 {
     this.ValidateLogin = ValidateLogin;
     this.Cpfcnpj       = Cpfcnpj;
 }
Esempio n. 5
0
 public ExportaRequest(Gradual.OMS.InvXX.Fundos.CadastroCotista.ValidateLogin ValidateLogin, int IdCotista)
 {
     this.ValidateLogin = ValidateLogin;
     this.IdCotista     = IdCotista;
 }
Esempio n. 6
0
 public ImportaRequest(
     Gradual.OMS.InvXX.Fundos.CadastroCotista.ValidateLogin ValidateLogin,
     int IdCotista,
     string Nome,
     byte Tipo,
     string Cpfcnpj,
     string IsentoIR,
     string IsentoIOF,
     byte StatusAtivo,
     byte TipoTributacao,
     byte TipoCotistaCVM,
     string CodigoInterface,
     string Endereco,
     string Numero,
     string Complemento,
     string Bairro,
     string Cidade,
     string CEP,
     string UF,
     string Pais,
     string EnderecoCom,
     string NumeroCom,
     string ComplementoCom,
     string BairroCom,
     string CidadeCom,
     string CEPCom,
     string UFCom,
     string PaisCom,
     string Fone,
     string Email,
     string FoneCom,
     string EmailCom,
     byte EstadoCivil,
     string NumeroRG,
     string EmissorRG,
     System.DateTime DataEmissaoRG,
     string Sexo,
     System.DateTime DataNascimento,
     string Profissao)
 {
     this.ValidateLogin   = ValidateLogin;
     this.IdCotista       = IdCotista;
     this.Nome            = Nome;
     this.Tipo            = Tipo;
     this.Cpfcnpj         = Cpfcnpj;
     this.IsentoIR        = IsentoIR;
     this.IsentoIOF       = IsentoIOF;
     this.StatusAtivo     = StatusAtivo;
     this.TipoTributacao  = TipoTributacao;
     this.TipoCotistaCVM  = TipoCotistaCVM;
     this.CodigoInterface = CodigoInterface;
     this.Endereco        = Endereco;
     this.Numero          = Numero;
     this.Complemento     = Complemento;
     this.Bairro          = Bairro;
     this.Cidade          = Cidade;
     this.CEP             = CEP;
     this.UF             = UF;
     this.Pais           = Pais;
     this.EnderecoCom    = EnderecoCom;
     this.NumeroCom      = NumeroCom;
     this.ComplementoCom = ComplementoCom;
     this.BairroCom      = BairroCom;
     this.CidadeCom      = CidadeCom;
     this.CEPCom         = CEPCom;
     this.UFCom          = UFCom;
     this.PaisCom        = PaisCom;
     this.Fone           = Fone;
     this.Email          = Email;
     this.FoneCom        = FoneCom;
     this.EmailCom       = EmailCom;
     this.EstadoCivil    = EstadoCivil;
     this.NumeroRG       = NumeroRG;
     this.EmissorRG      = EmissorRG;
     this.DataEmissaoRG  = DataEmissaoRG;
     this.Sexo           = Sexo;
     this.DataNascimento = DataNascimento;
     this.Profissao      = Profissao;
 }