Beispiel #1
0
            public T_PagaresRow AddT_PagaresRow(string ANO_PERIODO, string SEDE_TDESC, string CARRERA, string ALUMNO, string RUT_ALUMNO, string AVAL, string RUT_AVAL, string UF_BENEFICIO_PERIODO, string MONTO_PERIODO, string UF_BENEFICIO_ANTERIOR, string MONTO_ACUMULADO, string EMAT_TDESC, string ANO_INGRESO, string ANO_EGRESO)
            {
                T_PagaresRow rowT_PagaresRow = ((T_PagaresRow)(this.NewRow()));

                rowT_PagaresRow.ItemArray = new object[] {
                    ANO_PERIODO,
                    SEDE_TDESC,
                    CARRERA,
                    ALUMNO,
                    RUT_ALUMNO,
                    AVAL,
                    RUT_AVAL,
                    UF_BENEFICIO_PERIODO,
                    MONTO_PERIODO,
                    UF_BENEFICIO_ANTERIOR,
                    MONTO_ACUMULADO,
                    EMAT_TDESC,
                    ANO_INGRESO,
                    ANO_EGRESO
                };
                this.Rows.Add(rowT_PagaresRow);
                return(rowT_PagaresRow);
            }
Beispiel #2
0
 public T_PagaresRowChangeEvent(T_PagaresRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Beispiel #3
0
 public void RemoveT_PagaresRow(T_PagaresRow row)
 {
     this.Rows.Remove(row);
 }
Beispiel #4
0
 public void AddT_PagaresRow(T_PagaresRow row)
 {
     this.Rows.Add(row);
 }
Beispiel #5
0
 public T_PagaresRowChangeEvent(T_PagaresRow row, DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
Beispiel #6
0
 public void RemoveT_PagaresRow(T_PagaresRow row)
 {
     this.Rows.Remove(row);
 }
Beispiel #7
0
 public void AddT_PagaresRow(T_PagaresRow row)
 {
     this.Rows.Add(row);
 }