Beispiel #1
0
            public CURSOSRow AddCURSOSRow(
                string TDET_TDESC,
                string IGAS_TCODIGO,
                string CCOS_TCODIGO,
                System.Decimal SEMESTRE,
                System.Decimal COMP_01,
                System.Decimal COMP_02,
                System.Decimal COMP_03,
                System.Decimal COMP_04,
                System.Decimal COMP_05,
                System.Decimal COMP_06,
                System.Decimal REAL_01,
                System.Decimal REAL_02,
                System.Decimal REAL_03,
                System.Decimal REAL_04,
                System.Decimal REAL_05,
                System.Decimal REAL_06,
                System.Decimal VARIACION_01,
                System.Decimal VARIACION_02,
                System.Decimal VARIACION_03,
                System.Decimal VARIACION_04,
                System.Decimal VARIACION_05,
                System.Decimal VARIACION_06)
            {
                CURSOSRow rowCURSOSRow = ((CURSOSRow)(this.NewRow()));

                rowCURSOSRow.ItemArray = new object[] {
                    TDET_TDESC,
                    IGAS_TCODIGO,
                    CCOS_TCODIGO,
                    SEMESTRE,
                    COMP_01,
                    COMP_02,
                    COMP_03,
                    COMP_04,
                    COMP_05,
                    COMP_06,
                    REAL_01,
                    REAL_02,
                    REAL_03,
                    REAL_04,
                    REAL_05,
                    REAL_06,
                    VARIACION_01,
                    VARIACION_02,
                    VARIACION_03,
                    VARIACION_04,
                    VARIACION_05,
                    VARIACION_06
                };
                this.Rows.Add(rowCURSOSRow);
                return(rowCURSOSRow);
            }
Beispiel #2
0
 public void RemoveCURSOSRow(CURSOSRow row)
 {
     this.Rows.Remove(row);
 }
Beispiel #3
0
 public void AddCURSOSRow(CURSOSRow row)
 {
     this.Rows.Add(row);
 }
Beispiel #4
0
 public CURSOSRowChangeEvent(CURSOSRow row, DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
Beispiel #5
0
 public void RemoveCURSOSRow(CURSOSRow row)
 {
     this.Rows.Remove(row);
 }
Beispiel #6
0
 public void AddCURSOSRow(CURSOSRow row)
 {
     this.Rows.Add(row);
 }
Beispiel #7
0
 public CURSOSRowChangeEvent(CURSOSRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }