Exemplo n.º 1
0
            public total_matriculaRow Addtotal_matriculaRow(string P_MOROSIDAD, string CARR_TDESC, string CARR_CCOD, string TOTAL_MATRICULA, string TOTAL_COLEGIATURA, string MOROSIDAD, string ESTIMACION, string PERIODO, string FECHA_INICIO, string FECHA_TERMINO, string SEDE_TDESC)
            {
                total_matriculaRow rowtotal_matriculaRow = ((total_matriculaRow)(this.NewRow()));

                rowtotal_matriculaRow.ItemArray = new object[] {
                    P_MOROSIDAD,
                    CARR_TDESC,
                    CARR_CCOD,
                    TOTAL_MATRICULA,
                    TOTAL_COLEGIATURA,
                    MOROSIDAD,
                    ESTIMACION,
                    PERIODO,
                    FECHA_INICIO,
                    FECHA_TERMINO,
                    SEDE_TDESC
                };
                this.Rows.Add(rowtotal_matriculaRow);
                return(rowtotal_matriculaRow);
            }
Exemplo n.º 2
0
 public total_matriculaRowChangeEvent(total_matriculaRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemplo n.º 3
0
 public void Removetotal_matriculaRow(total_matriculaRow row)
 {
     this.Rows.Remove(row);
 }
Exemplo n.º 4
0
 public void Addtotal_matriculaRow(total_matriculaRow row)
 {
     this.Rows.Add(row);
 }
Exemplo n.º 5
0
 public total_matriculaRowChangeEvent(total_matriculaRow row, DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
Exemplo n.º 6
0
 public void Removetotal_matriculaRow(total_matriculaRow row)
 {
     this.Rows.Remove(row);
 }
Exemplo n.º 7
0
 public void Addtotal_matriculaRow(total_matriculaRow row)
 {
     this.Rows.Add(row);
 }