コード例 #1
0
 public System.Data.DataSet listaEventoPagamento(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca)
 {
     ORCAMENTOS_FOCKINK.Representantes.listaEventoPagamentoRequest inValue = new ORCAMENTOS_FOCKINK.Representantes.listaEventoPagamentoRequest();
     inValue.Seguranca = Seguranca;
     ORCAMENTOS_FOCKINK.Representantes.listaEventoPagamentoResponse retVal = ((ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap)(this)).listaEventoPagamento(inValue);
     return(retVal.listaEventoPagamentoResult);
 }
コード例 #2
0
 public System.Data.DataSet listaIndicadorNegocio(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca, string empresa)
 {
     ORCAMENTOS_FOCKINK.Representantes.listaIndicadorNegocioRequest inValue = new ORCAMENTOS_FOCKINK.Representantes.listaIndicadorNegocioRequest();
     inValue.Seguranca = Seguranca;
     inValue.empresa   = empresa;
     ORCAMENTOS_FOCKINK.Representantes.listaIndicadorNegocioResponse retVal = ((ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap)(this)).listaIndicadorNegocio(inValue);
     return(retVal.listaIndicadorNegocioResult);
 }
コード例 #3
0
 public System.Data.DataSet listaEmpresaUsuarioSOEF(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca, string usuario)
 {
     ORCAMENTOS_FOCKINK.Representantes.listaEmpresaUsuarioSOEFRequest inValue = new ORCAMENTOS_FOCKINK.Representantes.listaEmpresaUsuarioSOEFRequest();
     inValue.Seguranca = Seguranca;
     inValue.usuario   = usuario;
     ORCAMENTOS_FOCKINK.Representantes.listaEmpresaUsuarioSOEFResponse retVal = ((ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap)(this)).listaEmpresaUsuarioSOEF(inValue);
     return(retVal.listaEmpresaUsuarioSOEFResult);
 }
コード例 #4
0
 public System.Data.DataSet listaDomobrRefCodes(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca, string rvDomain)
 {
     ORCAMENTOS_FOCKINK.Representantes.listaDomobrRefCodesRequest inValue = new ORCAMENTOS_FOCKINK.Representantes.listaDomobrRefCodesRequest();
     inValue.Seguranca = Seguranca;
     inValue.rvDomain  = rvDomain;
     ORCAMENTOS_FOCKINK.Representantes.listaDomobrRefCodesResponse retVal = ((ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap)(this)).listaDomobrRefCodes(inValue);
     return(retVal.listaDomobrRefCodesResult);
 }
コード例 #5
0
 public string validaLogin(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca, string usuario, string senha)
 {
     ORCAMENTOS_FOCKINK.Representantes.validaLoginRequest inValue = new ORCAMENTOS_FOCKINK.Representantes.validaLoginRequest();
     inValue.Seguranca = Seguranca;
     inValue.usuario   = usuario;
     inValue.senha     = senha;
     ORCAMENTOS_FOCKINK.Representantes.validaLoginResponse retVal = ((ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap)(this)).validaLogin(inValue);
     return(retVal.validaLoginResult);
 }
コード例 #6
0
 public System.Data.DataSet listaContatosClientesRepresentante(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca, string empresa, string codRepresentante)
 {
     ORCAMENTOS_FOCKINK.Representantes.listaContatosClientesRepresentanteRequest inValue = new ORCAMENTOS_FOCKINK.Representantes.listaContatosClientesRepresentanteRequest();
     inValue.Seguranca        = Seguranca;
     inValue.empresa          = empresa;
     inValue.codRepresentante = codRepresentante;
     ORCAMENTOS_FOCKINK.Representantes.listaContatosClientesRepresentanteResponse retVal = ((ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap)(this)).listaContatosClientesRepresentante(inValue);
     return(retVal.listaContatosClientesRepresentanteResult);
 }
コード例 #7
0
 public System.Threading.Tasks.Task <ORCAMENTOS_FOCKINK.Representantes.listaIndicadorNegocioResponse> listaIndicadorNegocioAsync(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca, string empresa)
 {
     ORCAMENTOS_FOCKINK.Representantes.listaIndicadorNegocioRequest inValue = new ORCAMENTOS_FOCKINK.Representantes.listaIndicadorNegocioRequest();
     inValue.Seguranca = Seguranca;
     inValue.empresa   = empresa;
     return(((ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap)(this)).listaIndicadorNegocioAsync(inValue));
 }
コード例 #8
0
 public System.Threading.Tasks.Task <ORCAMENTOS_FOCKINK.Representantes.listaEmpresaUsuarioSOEFResponse> listaEmpresaUsuarioSOEFAsync(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca, string usuario)
 {
     ORCAMENTOS_FOCKINK.Representantes.listaEmpresaUsuarioSOEFRequest inValue = new ORCAMENTOS_FOCKINK.Representantes.listaEmpresaUsuarioSOEFRequest();
     inValue.Seguranca = Seguranca;
     inValue.usuario   = usuario;
     return(((ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap)(this)).listaEmpresaUsuarioSOEFAsync(inValue));
 }
コード例 #9
0
 public System.Threading.Tasks.Task <ORCAMENTOS_FOCKINK.Representantes.listaContatosClientesRepresentanteResponse> listaContatosClientesRepresentanteAsync(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca, string empresa, string codRepresentante)
 {
     ORCAMENTOS_FOCKINK.Representantes.listaContatosClientesRepresentanteRequest inValue = new ORCAMENTOS_FOCKINK.Representantes.listaContatosClientesRepresentanteRequest();
     inValue.Seguranca        = Seguranca;
     inValue.empresa          = empresa;
     inValue.codRepresentante = codRepresentante;
     return(((ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap)(this)).listaContatosClientesRepresentanteAsync(inValue));
 }
コード例 #10
0
 public listaContatosClientesRepresentanteRequest(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca, string empresa, string codRepresentante)
 {
     this.Seguranca        = Seguranca;
     this.empresa          = empresa;
     this.codRepresentante = codRepresentante;
 }
コード例 #11
0
 public listaDomobrRefCodesRequest(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca, string rvDomain)
 {
     this.Seguranca = Seguranca;
     this.rvDomain  = rvDomain;
 }
コード例 #12
0
 public listaEventoPagamentoRequest(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca)
 {
     this.Seguranca = Seguranca;
 }
コード例 #13
0
 public listaTipoNegocioRequest(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca)
 {
     this.Seguranca = Seguranca;
 }
コード例 #14
0
 public listaIndicadorNegocioRequest(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca, string empresa)
 {
     this.Seguranca = Seguranca;
     this.empresa   = empresa;
 }
コード例 #15
0
 public listaEmpresaUsuarioSOEFRequest(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca, string usuario)
 {
     this.Seguranca = Seguranca;
     this.usuario   = usuario;
 }
コード例 #16
0
 public System.Threading.Tasks.Task <ORCAMENTOS_FOCKINK.Representantes.listaEventoPagamentoResponse> listaEventoPagamentoAsync(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca)
 {
     ORCAMENTOS_FOCKINK.Representantes.listaEventoPagamentoRequest inValue = new ORCAMENTOS_FOCKINK.Representantes.listaEventoPagamentoRequest();
     inValue.Seguranca = Seguranca;
     return(((ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap)(this)).listaEventoPagamentoAsync(inValue));
 }
コード例 #17
0
 public System.Threading.Tasks.Task <ORCAMENTOS_FOCKINK.Representantes.validaLoginResponse> validaLoginAsync(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca, string usuario, string senha)
 {
     ORCAMENTOS_FOCKINK.Representantes.validaLoginRequest inValue = new ORCAMENTOS_FOCKINK.Representantes.validaLoginRequest();
     inValue.Seguranca = Seguranca;
     inValue.usuario   = usuario;
     inValue.senha     = senha;
     return(((ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap)(this)).validaLoginAsync(inValue));
 }
コード例 #18
0
 public System.Threading.Tasks.Task <ORCAMENTOS_FOCKINK.Representantes.listaDomobrRefCodesResponse> listaDomobrRefCodesAsync(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca, string rvDomain)
 {
     ORCAMENTOS_FOCKINK.Representantes.listaDomobrRefCodesRequest inValue = new ORCAMENTOS_FOCKINK.Representantes.listaDomobrRefCodesRequest();
     inValue.Seguranca = Seguranca;
     inValue.rvDomain  = rvDomain;
     return(((ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap)(this)).listaDomobrRefCodesAsync(inValue));
 }
コード例 #19
0
 public validaLoginRequest(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca, string usuario, string senha)
 {
     this.Seguranca = Seguranca;
     this.usuario   = usuario;
     this.senha     = senha;
 }