Esempio n. 1
0
            public tfi_ChequeraRow Addtfi_ChequeraRow(string IdChequera, string IdBanco, string IdCuenta, long CodigoChequera, string Comienzo, string Final, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, long IdEmpresa, System.Guid RowId, System.DateTime FechaApertura, System.DateTime FechaCierre)
            {
                tfi_ChequeraRow rowtfi_ChequeraRow = ((tfi_ChequeraRow)(this.NewRow()));

                rowtfi_ChequeraRow.ItemArray = new object[] {
                    IdChequera,
                    IdBanco,
                    IdCuenta,
                    CodigoChequera,
                    Comienzo,
                    Final,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    IdEmpresa,
                    RowId,
                    FechaApertura,
                    FechaCierre
                };
                this.Rows.Add(rowtfi_ChequeraRow);
                return(rowtfi_ChequeraRow);
            }
Esempio n. 2
0
 public tfi_ChequeraRowChangeEvent(tfi_ChequeraRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Esempio n. 3
0
 public void Removetfi_ChequeraRow(tfi_ChequeraRow row)
 {
     this.Rows.Remove(row);
 }
Esempio n. 4
0
 public void Addtfi_ChequeraRow(tfi_ChequeraRow row)
 {
     this.Rows.Add(row);
 }