Ejemplo n.º 1
0
            public tpu_CondicionesDeComprasRow Addtpu_CondicionesDeComprasRow(string IdCondicionDeCompra, string Descripcion, long Orden, System.Decimal Recargo, bool Activo, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long DiasVencimiento)
            {
                tpu_CondicionesDeComprasRow rowtpu_CondicionesDeComprasRow = ((tpu_CondicionesDeComprasRow)(this.NewRow()));

                rowtpu_CondicionesDeComprasRow.ItemArray = new object[] {
                    IdCondicionDeCompra,
                    Descripcion,
                    Orden,
                    Recargo,
                    Activo,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    DiasVencimiento
                };
                this.Rows.Add(rowtpu_CondicionesDeComprasRow);
                return(rowtpu_CondicionesDeComprasRow);
            }
Ejemplo n.º 2
0
 public tpu_CondicionesDeComprasRowChangeEvent(tpu_CondicionesDeComprasRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Ejemplo n.º 3
0
 public void Removetpu_CondicionesDeComprasRow(tpu_CondicionesDeComprasRow row)
 {
     this.Rows.Remove(row);
 }
Ejemplo n.º 4
0
 public void Addtpu_CondicionesDeComprasRow(tpu_CondicionesDeComprasRow row)
 {
     this.Rows.Add(row);
 }