Example #1
0
            public T_CreditosRow AddT_CreditosRow(
                string PERS_NCORR,
                string CONT_NCORR,
                string PAGA_NCORR,
                string PAGA_NPAGARE,
                string STDE_CCOD,
                string STDE_TDESC,
                string BENE_MMONTO,
                string MONE_CCOD,
                string BENE_NPORCENTAJE,
                string UFOM_NCORR,
                string TBEN_CCOD,
                string BENE_FBENEFICIO,
                string SDES_MCOLEGIATURA,
                string UFOM_MVALOR,
                string MONTO_CREDITO,
                string EPAG_CCOD,
                string BENE_MMONTO_ACUM_COLEGIATURA)
            {
                T_CreditosRow rowT_CreditosRow = ((T_CreditosRow)(this.NewRow()));

                rowT_CreditosRow.ItemArray = new object[] {
                    PERS_NCORR,
                    CONT_NCORR,
                    PAGA_NCORR,
                    PAGA_NPAGARE,
                    STDE_CCOD,
                    STDE_TDESC,
                    BENE_MMONTO,
                    MONE_CCOD,
                    BENE_NPORCENTAJE,
                    UFOM_NCORR,
                    TBEN_CCOD,
                    BENE_FBENEFICIO,
                    SDES_MCOLEGIATURA,
                    UFOM_MVALOR,
                    MONTO_CREDITO,
                    EPAG_CCOD,
                    BENE_MMONTO_ACUM_COLEGIATURA
                };
                this.Rows.Add(rowT_CreditosRow);
                return(rowT_CreditosRow);
            }
Example #2
0
 public void RemoveT_CreditosRow(T_CreditosRow row)
 {
     this.Rows.Remove(row);
 }
Example #3
0
 public void AddT_CreditosRow(T_CreditosRow row)
 {
     this.Rows.Add(row);
 }
Example #4
0
 public T_CreditosRowChangeEvent(T_CreditosRow row, DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
Example #5
0
 public T_CreditosRowChangeEvent(T_CreditosRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Example #6
0
 public void RemoveT_CreditosRow(T_CreditosRow row)
 {
     this.Rows.Remove(row);
 }
Example #7
0
 public void AddT_CreditosRow(T_CreditosRow row)
 {
     this.Rows.Add(row);
 }