예제 #1
0
            public tpu_RemitosComprasDetRow Addtpu_RemitosComprasDetRow(long IdRemitoCompra, short Renglon, string IdProducto, System.Decimal Cantidad, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdSucursal, long IdEmpresa)
            {
                tpu_RemitosComprasDetRow rowtpu_RemitosComprasDetRow = ((tpu_RemitosComprasDetRow)(this.NewRow()));

                rowtpu_RemitosComprasDetRow.ItemArray = new object[] {
                    IdRemitoCompra,
                    Renglon,
                    IdProducto,
                    Cantidad,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa
                };
                this.Rows.Add(rowtpu_RemitosComprasDetRow);
                return(rowtpu_RemitosComprasDetRow);
            }
예제 #2
0
 public tpu_RemitosComprasDetRowChangeEvent(tpu_RemitosComprasDetRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
예제 #3
0
 public void Removetpu_RemitosComprasDetRow(tpu_RemitosComprasDetRow row)
 {
     this.Rows.Remove(row);
 }
예제 #4
0
 public void Addtpu_RemitosComprasDetRow(tpu_RemitosComprasDetRow row)
 {
     this.Rows.Add(row);
 }