コード例 #1
0
            public T_DatosRow AddT_DatosRow(string FECHA_CORTE, string SEDE_TDESC, string CARRERA, string COMPROMETIDO, string SALDO, string GRUPO)
            {
                T_DatosRow rowT_DatosRow = ((T_DatosRow)(this.NewRow()));

                rowT_DatosRow.ItemArray = new object[] {
                    FECHA_CORTE,
                    SEDE_TDESC,
                    CARRERA,
                    COMPROMETIDO,
                    SALDO,
                    GRUPO
                };
                this.Rows.Add(rowT_DatosRow);
                return(rowT_DatosRow);
            }
コード例 #2
0
            public T_DatosRow AddT_DatosRow(string ANO, string SEDE_TDESC, string CARR_TDESC, string JORN_TDESC, string COLEGIO_EGRESO, string CIUD_TDESC, string TCOL_TDESC, string ALUMNOS, string PSU)
            {
                T_DatosRow rowT_DatosRow = ((T_DatosRow)(this.NewRow()));

                rowT_DatosRow.ItemArray = new object[] {
                    ANO,
                    SEDE_TDESC,
                    CARR_TDESC,
                    JORN_TDESC,
                    COLEGIO_EGRESO,
                    CIUD_TDESC,
                    TCOL_TDESC,
                    ALUMNOS,
                    PSU
                };
                this.Rows.Add(rowT_DatosRow);
                return(rowT_DatosRow);
            }
コード例 #3
0
            public T_DatosRow AddT_DatosRow(string DUAS_TDESC, string PERI_TDESC, string PROFESOR, string SEDE_TDESC, string ORN_TDESC, string CARR_TDESC, string ASIG_CCOD, string ASIG_TDESC, string ASIG_NHORAS, string SECC_TDESC, string AYUDANTE)
            {
                T_DatosRow rowT_DatosRow = ((T_DatosRow)(this.NewRow()));

                rowT_DatosRow.ItemArray = new object[] {
                    DUAS_TDESC,
                    PERI_TDESC,
                    PROFESOR,
                    SEDE_TDESC,
                    ORN_TDESC,
                    CARR_TDESC,
                    ASIG_CCOD,
                    ASIG_TDESC,
                    ASIG_NHORAS,
                    SECC_TDESC,
                    AYUDANTE
                };
                this.Rows.Add(rowT_DatosRow);
                return(rowT_DatosRow);
            }
コード例 #4
0
            public T_DatosRow AddT_DatosRow(string PROFE, string CARR_TDESC, string ASIG_CCOD, string ASIG_TDESC, string ASIG_NHORAS, 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_TDESC1, string ESPE_TDESC)
            {
                T_DatosRow rowT_DatosRow = ((T_DatosRow)(this.NewRow()));

                rowT_DatosRow.ItemArray = new object[] {
                    PROFE,
                    CARR_TDESC,
                    ASIG_CCOD,
                    ASIG_TDESC,
                    ASIG_NHORAS,
                    SECC_CCOD,
                    MATR_NCORR,
                    ALUM_NMATRICULA,
                    PERS_TAPE_PATERNO,
                    PERS_TAPE_MATERNO,
                    PERS_TNOMBRE,
                    CARR_CCOD,
                    CARR_TDESC1,
                    ESPE_TDESC
                };
                this.Rows.Add(rowT_DatosRow);
                return(rowT_DatosRow);
            }
コード例 #5
0
ファイル: DataSet1.cs プロジェクト: yesashii/upa
 public void RemoveT_DatosRow(T_DatosRow row)
 {
     this.Rows.Remove(row);
 }
コード例 #6
0
ファイル: DataSet1.cs プロジェクト: yesashii/upa
 public void AddT_DatosRow(T_DatosRow row)
 {
     this.Rows.Add(row);
 }
コード例 #7
0
ファイル: DataSet1.cs プロジェクト: yesashii/upa
 public T_DatosRowChangeEvent(T_DatosRow row, DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
コード例 #8
0
 public void RemoveT_DatosRow(T_DatosRow row)
 {
     this.Rows.Remove(row);
 }
コード例 #9
0
            public T_DatosRow AddT_DatosRow(
                string FILA,
                string NRO_INFORME,
                string CARR_TDESC,
                string CARR_CCOD,
                string SEDE_TDESC,
                string ANO,
                string PERIODO,
                string FECHA_INICIO,
                string FECHA_TERMINO,
                string COMPR_01,
                string COMPR_02,
                string COMPR_03,
                string COMPR_04,
                string COMPR_05,
                string COMPR_06,
                string REAL_01,
                string REAL_02,
                string REAL_03,
                string REAL_04,
                string REAL_05,
                string REAL_06,
                string SALDO_01,
                string SALDO_02,
                string SALDO_03,
                string SALDO_04,
                string SALDO_05,
                string SALDO_06)
            {
                T_DatosRow rowT_DatosRow = ((T_DatosRow)(this.NewRow()));

                rowT_DatosRow.ItemArray = new object[] {
                    FILA,
                    NRO_INFORME,
                    CARR_TDESC,
                    CARR_CCOD,
                    SEDE_TDESC,
                    ANO,
                    PERIODO,
                    FECHA_INICIO,
                    FECHA_TERMINO,
                    COMPR_01,
                    COMPR_02,
                    COMPR_03,
                    COMPR_04,
                    COMPR_05,
                    COMPR_06,
                    REAL_01,
                    REAL_02,
                    REAL_03,
                    REAL_04,
                    REAL_05,
                    REAL_06,
                    SALDO_01,
                    SALDO_02,
                    SALDO_03,
                    SALDO_04,
                    SALDO_05,
                    SALDO_06
                };
                this.Rows.Add(rowT_DatosRow);
                return(rowT_DatosRow);
            }
コード例 #10
0
 public void AddT_DatosRow(T_DatosRow row)
 {
     this.Rows.Add(row);
 }
コード例 #11
0
 public T_DatosRowChangeEvent(T_DatosRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }