Exemplo n.º 1
0
 public Exolutio.Updater.UpdaterService.FileWithVersion[] GetVersions(Exolutio.Updater.UpdaterService.ArrayOfString files)
 {
     Exolutio.Updater.UpdaterService.GetVersionsRequest inValue = new Exolutio.Updater.UpdaterService.GetVersionsRequest();
     inValue.Body       = new Exolutio.Updater.UpdaterService.GetVersionsRequestBody();
     inValue.Body.files = files;
     Exolutio.Updater.UpdaterService.GetVersionsResponse retVal = ((Exolutio.Updater.UpdaterService.UpdaterServiceSoap)(this)).GetVersions(inValue);
     return(retVal.Body.GetVersionsResult);
 }
Exemplo n.º 2
0
 public bool MustReinstal(Exolutio.Updater.UpdaterService.ArrayOfString files, Exolutio.Updater.UpdaterService.ArrayOfString versions)
 {
     Exolutio.Updater.UpdaterService.MustReinstalRequest inValue = new Exolutio.Updater.UpdaterService.MustReinstalRequest();
     inValue.Body          = new Exolutio.Updater.UpdaterService.MustReinstalRequestBody();
     inValue.Body.files    = files;
     inValue.Body.versions = versions;
     Exolutio.Updater.UpdaterService.MustReinstalResponse retVal = ((Exolutio.Updater.UpdaterService.UpdaterServiceSoap)(this)).MustReinstal(inValue);
     return(retVal.Body.MustReinstalResult);
 }
Exemplo n.º 3
0
 public MustReinstalRequestBody(Exolutio.Updater.UpdaterService.ArrayOfString files, Exolutio.Updater.UpdaterService.ArrayOfString versions)
 {
     this.files    = files;
     this.versions = versions;
 }
Exemplo n.º 4
0
 public GetVersionsRequestBody(Exolutio.Updater.UpdaterService.ArrayOfString files)
 {
     this.files = files;
 }