public tfi_TDCompTesoreriaRow Addtfi_TDCompTesoreriaRow(
                string IdTDCompTesoreria,
                string Descripcion,
                bool Sistema,
                bool Agrupado,
                bool ActivoPorDefault,
                System.DateTime FechaCreacion,
                long IdConexionCreacion,
                System.Byte[] UltimaModificacion,
                long IdConexionUltimaModificacion,
                long IdReservado,
                System.Guid RowId,
                long IdEmpresa,
                long IdSucursal,
                long orden,
                short Cuotas,
                bool Activo)
            {
                tfi_TDCompTesoreriaRow rowtfi_TDCompTesoreriaRow = ((tfi_TDCompTesoreriaRow)(this.NewRow()));

                rowtfi_TDCompTesoreriaRow.ItemArray = new object[] {
                    IdTDCompTesoreria,
                    Descripcion,
                    Sistema,
                    Agrupado,
                    ActivoPorDefault,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal,
                    orden,
                    Cuotas,
                    Activo
                };
                this.Rows.Add(rowtfi_TDCompTesoreriaRow);
                return(rowtfi_TDCompTesoreriaRow);
            }
 public tfi_TDCompTesoreriaRowChangeEvent(tfi_TDCompTesoreriaRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetfi_TDCompTesoreriaRow(tfi_TDCompTesoreriaRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtfi_TDCompTesoreriaRow(tfi_TDCompTesoreriaRow row)
 {
     this.Rows.Add(row);
 }