Exemplo n.º 1
0
            public T_ContratosRow AddT_ContratosRow(
                string SEDE_CCOD,
                string CARR_TDESC,
                string ESPE_TDESC,
                string CONT_NCORR,
                string CONT_FCONTRATO,
                string RUT_ALUMNO,
                string NOMBRE_ALUMNO,
                string INGR_NFOLIO_REFERENCIA,
                string INGR_FPAGO,
                string MONTO_MATRICULA,
                string MONTO_COLEGIATURA,
                string TOTAL,
                string JORN_CCOD,
                string JORN_TDESC,
                string CREDITO,
                string BECA,
                string DESCUENTO,
                string INTERESES,
                string SEDE_TDESC)
            {
                T_ContratosRow rowT_ContratosRow = ((T_ContratosRow)(this.NewRow()));

                rowT_ContratosRow.ItemArray = new object[] {
                    SEDE_CCOD,
                    CARR_TDESC,
                    ESPE_TDESC,
                    CONT_NCORR,
                    CONT_FCONTRATO,
                    RUT_ALUMNO,
                    NOMBRE_ALUMNO,
                    INGR_NFOLIO_REFERENCIA,
                    INGR_FPAGO,
                    MONTO_MATRICULA,
                    MONTO_COLEGIATURA,
                    TOTAL,
                    JORN_CCOD,
                    JORN_TDESC,
                    CREDITO,
                    BECA,
                    DESCUENTO,
                    INTERESES,
                    SEDE_TDESC
                };
                this.Rows.Add(rowT_ContratosRow);
                return(rowT_ContratosRow);
            }
Exemplo n.º 2
0
 public void RemoveT_ContratosRow(T_ContratosRow row)
 {
     this.Rows.Remove(row);
 }
Exemplo n.º 3
0
 public void AddT_ContratosRow(T_ContratosRow row)
 {
     this.Rows.Add(row);
 }
Exemplo n.º 4
0
 public T_ContratosRowChangeEvent(T_ContratosRow row, DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
Exemplo n.º 5
0
 public void RemoveT_ContratosRow(T_ContratosRow row)
 {
     this.Rows.Remove(row);
 }
Exemplo n.º 6
0
 public void AddT_ContratosRow(T_ContratosRow row)
 {
     this.Rows.Add(row);
 }
Exemplo n.º 7
0
 public T_ContratosRowChangeEvent(T_ContratosRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }