예제 #1
0
            public tpu_RemitosCompComprasDetRow Addtpu_RemitosCompComprasDetRow(long IdComprobanteCompra, short RenglonCompra, long IdRemitoCompra, short RenglonRemito, System.Decimal Cantidad, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdSucursal, long IdEmpresa)
            {
                tpu_RemitosCompComprasDetRow rowtpu_RemitosCompComprasDetRow = ((tpu_RemitosCompComprasDetRow)(this.NewRow()));

                rowtpu_RemitosCompComprasDetRow.ItemArray = new object[] {
                    IdComprobanteCompra,
                    RenglonCompra,
                    IdRemitoCompra,
                    RenglonRemito,
                    Cantidad,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa
                };
                this.Rows.Add(rowtpu_RemitosCompComprasDetRow);
                return(rowtpu_RemitosCompComprasDetRow);
            }
예제 #2
0
 public tpu_RemitosCompComprasDetRowChangeEvent(tpu_RemitosCompComprasDetRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
예제 #3
0
 public void Removetpu_RemitosCompComprasDetRow(tpu_RemitosCompComprasDetRow row)
 {
     this.Rows.Remove(row);
 }
예제 #4
0
 public void Addtpu_RemitosCompComprasDetRow(tpu_RemitosCompComprasDetRow row)
 {
     this.Rows.Add(row);
 }