Exemplo n.º 1
0
            public T_ListadoRow AddT_ListadoRow(string SECC_CCOD, string MATR_NCORR, string ALUM_NMATRICULA, string PERS_TAPE_PATERNO, string PERS_TAPE_MATERNO, string PERS_TNOMBRE, string CARR_CCOD, string CARR_TDESC, string ESPE_TDESC)
            {
                T_ListadoRow rowT_ListadoRow = ((T_ListadoRow)(this.NewRow()));

                rowT_ListadoRow.ItemArray = new object[] {
                    SECC_CCOD,
                    MATR_NCORR,
                    ALUM_NMATRICULA,
                    PERS_TAPE_PATERNO,
                    PERS_TAPE_MATERNO,
                    PERS_TNOMBRE,
                    CARR_CCOD,
                    CARR_TDESC,
                    ESPE_TDESC
                };
                this.Rows.Add(rowT_ListadoRow);
                return(rowT_ListadoRow);
            }
Exemplo n.º 2
0
 public T_ListadoRowChangeEvent(T_ListadoRow row, DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
Exemplo n.º 3
0
 public void RemoveT_ListadoRow(T_ListadoRow row)
 {
     this.Rows.Remove(row);
 }
Exemplo n.º 4
0
 public void AddT_ListadoRow(T_ListadoRow row)
 {
     this.Rows.Add(row);
 }
Exemplo n.º 5
0
 public T_ListadoRowChangeEvent(T_ListadoRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemplo n.º 6
0
 public void RemoveT_ListadoRow(T_ListadoRow row)
 {
     this.Rows.Remove(row);
 }
Exemplo n.º 7
0
 public void AddT_ListadoRow(T_ListadoRow row)
 {
     this.Rows.Add(row);
 }