Ejemplo n.º 1
0
            public tfi_MovimientoBancarioRow Addtfi_MovimientoBancarioRow(string IdMovimientoBancario, string IdTipoMovimiento, string IdCuenta, string IdValor, string NroCheque, System.Decimal Total, System.DateTime FechaConciliacion, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, long IdEmpresa, System.Guid RowId, System.DateTime FechaImputacion)
            {
                tfi_MovimientoBancarioRow rowtfi_MovimientoBancarioRow = ((tfi_MovimientoBancarioRow)(this.NewRow()));

                rowtfi_MovimientoBancarioRow.ItemArray = new object[] {
                    IdMovimientoBancario,
                    IdTipoMovimiento,
                    IdCuenta,
                    IdValor,
                    NroCheque,
                    Total,
                    FechaConciliacion,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    IdEmpresa,
                    RowId,
                    FechaImputacion
                };
                this.Rows.Add(rowtfi_MovimientoBancarioRow);
                return(rowtfi_MovimientoBancarioRow);
            }
Ejemplo n.º 2
0
 public tfi_MovimientoBancarioRowChangeEvent(tfi_MovimientoBancarioRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Ejemplo n.º 3
0
 public void Removetfi_MovimientoBancarioRow(tfi_MovimientoBancarioRow row)
 {
     this.Rows.Remove(row);
 }
Ejemplo n.º 4
0
 public void Addtfi_MovimientoBancarioRow(tfi_MovimientoBancarioRow row)
 {
     this.Rows.Add(row);
 }