Exemple #1
0
        public void GLETFinUpdReptRun(AsglentryGLETFinUpdReptRunRequestAPI AsglentryGLETFinUpdReptRunRequestAPI)
        {
            var pdsgletfinupdrept = new pdsgletfinupdreptDataSet();

            var pdsprintersettings = new pdsprintersettingsDataSet();

            string cErrorMessage = string.Empty;

            DataRow ttblgletfinupdreptRow = pdsgletfinupdrept.ttblgletfinupdrept.NewttblgletfinupdreptRow();

            Gletfinupdrept.UpdateRowFromGletfinupdrept(ref ttblgletfinupdreptRow, AsglentryGLETFinUpdReptRunRequestAPI.gletfinupdrept);
            pdsgletfinupdrept.ttblgletfinupdrept.AddttblgletfinupdreptRow((pdsgletfinupdreptDataSet.ttblgletfinupdreptRow)ttblgletfinupdreptRow);

            DataRow ttblprintersettingsRow = pdsprintersettings.ttblprintersettings.NewttblprintersettingsRow();

            Printersettings.UpdateRowFromPrintersettings(ref ttblprintersettingsRow, AsglentryGLETFinUpdReptRunRequestAPI.printersettings);
            pdsprintersettings.ttblprintersettings.AddttblprintersettingsRow((pdsprintersettingsDataSet.ttblprintersettingsRow)ttblprintersettingsRow);


            NLogLoggerP.Trace("GLETFinUpdReptRun - Asglentry - Before Call");
            StopwatchUtil.Time(
                () =>
            {
                using (var poAsglentryproxy = this.proxyAppObject.CreatePO_asglentryproxy())
                {
                    this.SetRequiredContextParameters();
                    poAsglentryproxy.GLETFinUpdReptRun(ref pdsContext, pdsgletfinupdrept, pdsprintersettings, out cErrorMessage);
                }
            });
            NLogLoggerP.Info("GLETFinUpdReptRun - Asglentry - After Call");


            this.ReportErrors(cErrorMessage);
            this.ReportErrors(this.pdsContext);
            this.ReportErrors(pdsgletfinupdrept);
        }
Exemple #2
0
 public void GLETFinUpdReptRun(AsglentryGLETFinUpdReptRunRequestAPI AsglentryGLETFinUpdReptRunRequestAPI)
 {
     this.repository.GLETFinUpdReptRun(AsglentryGLETFinUpdReptRunRequestAPI);
 }
Exemple #3
0
 public void GLETFinUpdReptRun(AsglentryGLETFinUpdReptRunRequestAPI AsglentryGLETFinUpdReptRunRequestAPI)
 {
     this.adapter.GLETFinUpdReptRun(AsglentryGLETFinUpdReptRunRequestAPI);
 }