コード例 #1
0
            public prealertRow AddprealertRow(string _RA_, string _RTV_, string _PO_, string SCN_LP, string PPID, string CARTON_ID, string _DPS_, string _PART_, string _SERIAL_, string REASON_CODE, long COST, string PROBLEM_DES, System.DateTime SCAN_TIME, int QTY)
            {
                prealertRow rowprealertRow = ((prealertRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    _RA_,
                    _RTV_,
                    _PO_,
                    SCN_LP,
                    PPID,
                    CARTON_ID,
                    _DPS_,
                    _PART_,
                    _SERIAL_,
                    REASON_CODE,
                    COST,
                    PROBLEM_DES,
                    SCAN_TIME,
                    QTY
                };
                rowprealertRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowprealertRow);
                return(rowprealertRow);
            }
コード例 #2
0
 public prealertRowChangeEvent(prealertRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #3
0
 public void RemoveprealertRow(prealertRow row)
 {
     this.Rows.Remove(row);
 }
コード例 #4
0
 public void AddprealertRow(prealertRow row)
 {
     this.Rows.Add(row);
 }