Exemple #1
0
 public virtual void Fill()
 {
     this.PreFill();
     this.dsS_PLACA_KONACNI_REKAPOPCINEDataSet1 = new S_PLACA_KONACNI_REKAPOPCINEDataSet();
     this.m_StartRow    = 0;
     this.Cursor        = Cursors.WaitCursor;
     this.m_GridLoading = true;
     ThreadPool.QueueUserWorkItem(new WaitCallback(this.FillDataThread), Thread.CurrentPrincipal);
 }
Exemple #2
0
 public virtual int Fill(S_PLACA_KONACNI_REKAPOPCINEDataSet dataSet)
 {
     if (this.fillDataParameters == null)
     {
         throw new ArgumentException();
     }
     this.Fill(dataSet, this.fillDataParameters[0].Value.ToString());
     return(0);
 }
Exemple #3
0
 public virtual int FillPage(S_PLACA_KONACNI_REKAPOPCINEDataSet dataSet, int startRow, int maxRows)
 {
     if (this.fillDataParameters == null)
     {
         throw new ArgumentException();
     }
     this.FillPage(dataSet, this.fillDataParameters[0].Value.ToString(), startRow, maxRows);
     return(0);
 }
Exemple #4
0
 public virtual int Fill(DataSet dataSet)
 {
     this.S_PLACA_KONACNI_REKAPOPCINESet = (S_PLACA_KONACNI_REKAPOPCINEDataSet)dataSet;
     if (this.S_PLACA_KONACNI_REKAPOPCINESet != null)
     {
         return(this.Fill(this.S_PLACA_KONACNI_REKAPOPCINESet));
     }
     this.S_PLACA_KONACNI_REKAPOPCINESet = new S_PLACA_KONACNI_REKAPOPCINEDataSet();
     this.Fill(this.S_PLACA_KONACNI_REKAPOPCINESet);
     dataSet.Merge(this.S_PLACA_KONACNI_REKAPOPCINESet);
     return(0);
 }
Exemple #5
0
 public virtual int FillPage(DataSet dataSet, int startRow, int maxRows)
 {
     this.S_PLACA_KONACNI_REKAPOPCINESet = (S_PLACA_KONACNI_REKAPOPCINEDataSet)dataSet;
     if (this.S_PLACA_KONACNI_REKAPOPCINESet != null)
     {
         return(this.FillPage(this.S_PLACA_KONACNI_REKAPOPCINESet, startRow, maxRows));
     }
     this.S_PLACA_KONACNI_REKAPOPCINESet = new S_PLACA_KONACNI_REKAPOPCINEDataSet();
     this.FillPage(this.S_PLACA_KONACNI_REKAPOPCINESet, startRow, maxRows);
     dataSet.Merge(this.S_PLACA_KONACNI_REKAPOPCINESet);
     return(0);
 }
Exemple #6
0
 public virtual int FillPage(S_PLACA_KONACNI_REKAPOPCINEDataSet dataSet, string iDOBRACUN, int startRow, int maxRows)
 {
     this.Initialize();
     this.connDefault = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction);
     this.S_PLACA_KONACNI_REKAPOPCINESet = dataSet;
     this.rowS_PLACA_KONACNI_REKAPOPCINE = this.S_PLACA_KONACNI_REKAPOPCINESet.S_PLACA_KONACNI_REKAPOPCINE.NewS_PLACA_KONACNI_REKAPOPCINERow();
     this.SetFillParameters(iDOBRACUN);
     this.AV8IDOBRAC = iDOBRACUN;
     try
     {
         this.executePrivate(startRow, maxRows);
     }
     finally
     {
         this.Cleanup();
     }
     return(0);
 }