Esempio n. 1
0
            public xip_genco_pre_alertRow Addxip_genco_pre_alertRow(
                string _DPS_,
                string PPID,
                string Date_Shipped,
                string Time_Shipped,
                string Ship_Code,
                string Shipped_By,
                string From_Stock_Room,
                string Shipment_Type,
                string Shipped_To,
                string Packslip,
                string Shipment_Reference_Number,
                string RMA,
                string Unit_Cost,
                string F9_Comments,
                string Part_Number,
                string Stockroom,
                string Service_Tag)
            {
                xip_genco_pre_alertRow rowxip_genco_pre_alertRow = ((xip_genco_pre_alertRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    _DPS_,
                    PPID,
                    Date_Shipped,
                    Time_Shipped,
                    Ship_Code,
                    Shipped_By,
                    From_Stock_Room,
                    Shipment_Type,
                    Shipped_To,
                    Packslip,
                    Shipment_Reference_Number,
                    RMA,
                    Unit_Cost,
                    F9_Comments,
                    Part_Number,
                    Stockroom,
                    Service_Tag
                };
                rowxip_genco_pre_alertRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowxip_genco_pre_alertRow);
                return(rowxip_genco_pre_alertRow);
            }
Esempio n. 2
0
 public xip_genco_pre_alertRowChangeEvent(xip_genco_pre_alertRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Esempio n. 3
0
 public void Removexip_genco_pre_alertRow(xip_genco_pre_alertRow row)
 {
     this.Rows.Remove(row);
 }
Esempio n. 4
0
 public void Addxip_genco_pre_alertRow(xip_genco_pre_alertRow row)
 {
     this.Rows.Add(row);
 }