示例#1
0
            public tpu_CotizComprasRow Addtpu_CotizComprasRow(
                long IdCotizCompra,
                string Codigo,
                System.DateTime Fecha,
                System.DateTime FechaConfirmacion,
                System.DateTime Fevarcharespuesta,
                System.DateTime FechaVencimiento,
                string Descripcion,
                long IdProveedor,
                string Estado,
                System.DateTime FechaCreacion,
                long IdConexionCreacion,
                System.Byte[] UltimaModificacion,
                long IdConexionUltimaModificacion,
                long IdReservado,
                System.Guid RowId,
                long IdSucursal,
                long IdEmpresa)
            {
                tpu_CotizComprasRow rowtpu_CotizComprasRow = ((tpu_CotizComprasRow)(this.NewRow()));

                rowtpu_CotizComprasRow.ItemArray = new object[] {
                    IdCotizCompra,
                    Codigo,
                    Fecha,
                    FechaConfirmacion,
                    Fevarcharespuesta,
                    FechaVencimiento,
                    Descripcion,
                    IdProveedor,
                    Estado,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa
                };
                this.Rows.Add(rowtpu_CotizComprasRow);
                return(rowtpu_CotizComprasRow);
            }
示例#2
0
 public tpu_CotizComprasRowChangeEvent(tpu_CotizComprasRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
示例#3
0
 public void Removetpu_CotizComprasRow(tpu_CotizComprasRow row)
 {
     this.Rows.Remove(row);
 }
示例#4
0
 public void Addtpu_CotizComprasRow(tpu_CotizComprasRow row)
 {
     this.Rows.Add(row);
 }