Ejemplo n.º 1
0
            public tsa_PedidosDetRow Addtsa_PedidosDetRow(long IdPedido, string IdProducto, short Renglon, System.Decimal Cantidad, System.Decimal Resuelto, bool AceptaVariante, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdSucursal, long IdEmpresa)
            {
                tsa_PedidosDetRow rowtsa_PedidosDetRow = ((tsa_PedidosDetRow)(this.NewRow()));

                rowtsa_PedidosDetRow.ItemArray = new object[] {
                    IdPedido,
                    IdProducto,
                    Renglon,
                    Cantidad,
                    Resuelto,
                    AceptaVariante,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa
                };
                this.Rows.Add(rowtsa_PedidosDetRow);
                return(rowtsa_PedidosDetRow);
            }
Ejemplo n.º 2
0
 public tsa_PedidosDetRowChangeEvent(tsa_PedidosDetRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Ejemplo n.º 3
0
 public void Removetsa_PedidosDetRow(tsa_PedidosDetRow row)
 {
     this.Rows.Remove(row);
 }
Ejemplo n.º 4
0
 public void Addtsa_PedidosDetRow(tsa_PedidosDetRow row)
 {
     this.Rows.Add(row);
 }