Beispiel #1
0
            public Pr_tfi_CotizacionesMoneda_GetValorCotizacionRow AddPr_tfi_CotizacionesMoneda_GetValorCotizacionRow(System.Decimal valor)
            {
                Pr_tfi_CotizacionesMoneda_GetValorCotizacionRow rowPr_tfi_CotizacionesMoneda_GetValorCotizacionRow = ((Pr_tfi_CotizacionesMoneda_GetValorCotizacionRow)(this.NewRow()));

                rowPr_tfi_CotizacionesMoneda_GetValorCotizacionRow.ItemArray = new object[] {
                    valor
                };
                this.Rows.Add(rowPr_tfi_CotizacionesMoneda_GetValorCotizacionRow);
                return(rowPr_tfi_CotizacionesMoneda_GetValorCotizacionRow);
            }
Beispiel #2
0
 public Pr_tfi_CotizacionesMoneda_GetValorCotizacionRowChangeEvent(Pr_tfi_CotizacionesMoneda_GetValorCotizacionRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Beispiel #3
0
 public void RemovePr_tfi_CotizacionesMoneda_GetValorCotizacionRow(Pr_tfi_CotizacionesMoneda_GetValorCotizacionRow row)
 {
     this.Rows.Remove(row);
 }
Beispiel #4
0
 public void AddPr_tfi_CotizacionesMoneda_GetValorCotizacionRow(Pr_tfi_CotizacionesMoneda_GetValorCotizacionRow row)
 {
     this.Rows.Add(row);
 }