コード例 #1
0
            public tsh_ProductosPedidosPendientesRow Addtsh_ProductosPedidosPendientesRow(
                System.DateTime FechaCreacion,
                long IdConexionCreacion,
                System.Byte[] UltimaModificacion,
                long IdConexionUltimaModificacion,
                long IdReservado,
                long RowId,
                long IdEmpresa,
                long IdSucursal,
                System.DateTime FechaCierre,
                bool Cerrado,
                string IdComprobante,
                string IdProducto,
                string IdProveedor,
                System.DateTime FechaRecepcion,
                System.Decimal Cantidad,
                long Ordinal)
            {
                tsh_ProductosPedidosPendientesRow rowtsh_ProductosPedidosPendientesRow = ((tsh_ProductosPedidosPendientesRow)(this.NewRow()));

                rowtsh_ProductosPedidosPendientesRow.ItemArray = new object[] {
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal,
                    FechaCierre,
                    Cerrado,
                    IdComprobante,
                    IdProducto,
                    IdProveedor,
                    FechaRecepcion,
                    Cantidad,
                    Ordinal
                };
                this.Rows.Add(rowtsh_ProductosPedidosPendientesRow);
                return(rowtsh_ProductosPedidosPendientesRow);
            }
コード例 #2
0
 public tsh_ProductosPedidosPendientesRowChangeEvent(tsh_ProductosPedidosPendientesRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #3
0
 public void Removetsh_ProductosPedidosPendientesRow(tsh_ProductosPedidosPendientesRow row)
 {
     this.Rows.Remove(row);
 }
コード例 #4
0
 public void Addtsh_ProductosPedidosPendientesRow(tsh_ProductosPedidosPendientesRow row)
 {
     this.Rows.Add(row);
 }