public ListaAdmissiveisRequest(LawOfficeContextHeader LawOfficeContextHeader, ClasseProcesso nrClasse, int cdRitoDoProcessoPai, RamosJudicial nrRamoJudicial, int cdForo)
 {
     this.LawOfficeContextHeader = LawOfficeContextHeader;
     this.nrClasse            = nrClasse;
     this.cdRitoDoProcessoPai = cdRitoDoProcessoPai;
     this.nrRamoJudicial      = nrRamoJudicial;
     this.cdForo = cdForo;
 }
Exemple #2
0
        public UserContextData()
        {
            ContextHeader = new LawOfficeContextHeader();

            ContextHeader.Context          = new LawOfficeContext();
            ContextHeader.Context.Platform = AppPlatform.Windows;
            ContextHeader.Domain           = null;
            //ContextHeader.CompressionVersion = SoapExtensionCompressionVersion.Net3_5;
            ContextHeader.CompressionVersion = SoapExtensionCompressionVersion.None;

            //Sender info
            ContextHeader.Context.SenderContext                 = new LawOfficeSenderContext();
            ContextHeader.Context.SenderContext.SenderName      = "";
            ContextHeader.Context.SenderContext.BusinessContext = null;
        }
 public System.Threading.Tasks.Task <Lawoffice.Backend.UFService.ListaUFSAPResponse> ListaUFSAPAsync(LawOfficeContextHeader LawOfficeContextHeader, int cdPais)
 {
     Lawoffice.Backend.UFService.ListaUFSAPRequest inValue = new Lawoffice.Backend.UFService.ListaUFSAPRequest();
     inValue.LawOfficeContextHeader = LawOfficeContextHeader;
     inValue.cdPais = cdPais;
     return(((Lawoffice.Backend.UFService.UFServiceSoap)(this)).ListaUFSAPAsync(inValue));
 }
 public System.Threading.Tasks.Task <Lawoffice.Backend.UFService.ListaPorRegiaoERamoResponse> ListaPorRegiaoERamoAsync(LawOfficeContextHeader LawOfficeContextHeader, int cdRegiao, int nrRamoJudicial)
 {
     Lawoffice.Backend.UFService.ListaPorRegiaoERamoRequest inValue = new Lawoffice.Backend.UFService.ListaPorRegiaoERamoRequest();
     inValue.LawOfficeContextHeader = LawOfficeContextHeader;
     inValue.cdRegiao       = cdRegiao;
     inValue.nrRamoJudicial = nrRamoJudicial;
     return(((Lawoffice.Backend.UFService.UFServiceSoap)(this)).ListaPorRegiaoERamoAsync(inValue));
 }
 public ListaUFSAPRequest(LawOfficeContextHeader LawOfficeContextHeader, int cdPais)
 {
     this.LawOfficeContextHeader = LawOfficeContextHeader;
     this.cdPais = cdPais;
 }
 public ListaPorRegiaoERamoRequest(LawOfficeContextHeader LawOfficeContextHeader, int cdRegiao, int nrRamoJudicial)
 {
     this.LawOfficeContextHeader = LawOfficeContextHeader;
     this.cdRegiao       = cdRegiao;
     this.nrRamoJudicial = nrRamoJudicial;
 }
 public ListaRequest(LawOfficeContextHeader LawOfficeContextHeader)
 {
     this.LawOfficeContextHeader = LawOfficeContextHeader;
 }
        public System.Threading.Tasks.Task <ListaAdmissiveisResponse> ListaAdmissiveisAsync(LawOfficeContextHeader LawOfficeContextHeader, ClasseProcesso nrClasse, int cdRitoDoProcessoPai, RamosJudicial nrRamoJudicial, int cdForo)
        {
            ListaAdmissiveisRequest inValue = new ListaAdmissiveisRequest();

            inValue.LawOfficeContextHeader = LawOfficeContextHeader;
            inValue.nrClasse            = nrClasse;
            inValue.cdRitoDoProcessoPai = cdRitoDoProcessoPai;
            inValue.nrRamoJudicial      = nrRamoJudicial;
            inValue.cdForo = cdForo;
            return(((GrupoRitoServiceSoap)(this)).ListaAdmissiveisAsync(inValue));
        }