コード例 #1
0
            public tpu_OrdenesCompraRow Addtpu_OrdenesCompraRow(
                long IdOrdenCompra,
                string Codigo,
                long IdProveedor,
                System.DateTime Fecha,
                System.DateTime FechaConfirmacion,
                System.DateTime FechaEstEntrega,
                System.DateTime FechaEntrega,
                System.DateTime FechaVencimiento,
                string Descripcion,
                System.Decimal Total,
                string Estado,
                string FormaDePago,
                System.DateTime FechaCreacion,
                long IdConexionCreacion,
                System.Byte[] UltimaModificacion,
                long IdConexionUltimaModificacion,
                long IdReservado,
                System.Guid RowId,
                long IdSucursal,
                long IdEmpresa)
            {
                tpu_OrdenesCompraRow rowtpu_OrdenesCompraRow = ((tpu_OrdenesCompraRow)(this.NewRow()));

                rowtpu_OrdenesCompraRow.ItemArray = new object[] {
                    IdOrdenCompra,
                    Codigo,
                    IdProveedor,
                    Fecha,
                    FechaConfirmacion,
                    FechaEstEntrega,
                    FechaEntrega,
                    FechaVencimiento,
                    Descripcion,
                    Total,
                    Estado,
                    FormaDePago,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa
                };
                this.Rows.Add(rowtpu_OrdenesCompraRow);
                return(rowtpu_OrdenesCompraRow);
            }
コード例 #2
0
 public void Removetpu_OrdenesCompraRow(tpu_OrdenesCompraRow row)
 {
     this.Rows.Remove(row);
 }
コード例 #3
0
 public void Addtpu_OrdenesCompraRow(tpu_OrdenesCompraRow row)
 {
     this.Rows.Add(row);
 }
コード例 #4
0
 public tpu_OrdenesCompraRowChangeEvent(tpu_OrdenesCompraRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }