Пример #1
0
            public tfi_CuentaBancariaRow Addtfi_CuentaBancariaRow(string IdCuenta, string CodigoCuenta, string IdBanco, string NroCuenta, string Descripcion, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, long IdEmpresa, System.Guid RowId)
            {
                tfi_CuentaBancariaRow rowtfi_CuentaBancariaRow = ((tfi_CuentaBancariaRow)(this.NewRow()));

                rowtfi_CuentaBancariaRow.ItemArray = new object[] {
                    IdCuenta,
                    CodigoCuenta,
                    IdBanco,
                    NroCuenta,
                    Descripcion,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    IdEmpresa,
                    RowId
                };
                this.Rows.Add(rowtfi_CuentaBancariaRow);
                return(rowtfi_CuentaBancariaRow);
            }
Пример #2
0
 public tfi_CuentaBancariaRowChangeEvent(tfi_CuentaBancariaRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Пример #3
0
 public void Removetfi_CuentaBancariaRow(tfi_CuentaBancariaRow row)
 {
     this.Rows.Remove(row);
 }
Пример #4
0
 public void Addtfi_CuentaBancariaRow(tfi_CuentaBancariaRow row)
 {
     this.Rows.Add(row);
 }