Esempio n. 1
0
            public tpu_LotesRow Addtpu_LotesRow(long IdLote, string IdProducto, string Codigo, System.DateTime FechaIngreso, System.DateTime FechaLiquidacion, System.DateTime FechaVencimiento, System.Decimal Cantidad, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdSucursal, long IdEmpresa)
            {
                tpu_LotesRow rowtpu_LotesRow = ((tpu_LotesRow)(this.NewRow()));

                rowtpu_LotesRow.ItemArray = new object[] {
                    IdLote,
                    IdProducto,
                    Codigo,
                    FechaIngreso,
                    FechaLiquidacion,
                    FechaVencimiento,
                    Cantidad,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa
                };
                this.Rows.Add(rowtpu_LotesRow);
                return(rowtpu_LotesRow);
            }
Esempio n. 2
0
 public tpu_LotesRowChangeEvent(tpu_LotesRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Esempio n. 3
0
 public void Removetpu_LotesRow(tpu_LotesRow row)
 {
     this.Rows.Remove(row);
 }
Esempio n. 4
0
 public void Addtpu_LotesRow(tpu_LotesRow row)
 {
     this.Rows.Add(row);
 }