Esempio n. 1
0
 public void GetTempData()
 {
     this.id                      = TempData.id;
     this.Integration             = TempData.Integration;
     this.Unit                    = TempData.Unit;
     this.SampleFreCategory       = TempData.SampleFreCategory;
     this.SampleFreCode           = TempData.SampleFreCode;
     this.SamplePointCategory     = TempData.SamplePointCategory;
     this.SamplePointCode         = TempData.SamplePointCode;
     this.SlotNum                 = TempData.SlotNum;
     this.Code                    = TempData.Code;
     this.T_TransmissionCard_Code = TempData.T_TransmissionCard_Code;
     TempData                     = null;
 }
Esempio n. 2
0
 public void SaveTempData()
 {
     TempData                         = new T1_WirelessVibrationSlot();
     TempData.id                      = this.id;
     TempData.Integration             = this.Integration;
     TempData.Unit                    = this.Unit;
     TempData.SampleFreCategory       = this.SampleFreCategory;
     TempData.SampleFreCode           = this.SampleFreCode;
     TempData.SamplePointCategory     = this.SamplePointCategory;
     TempData.SamplePointCode         = this.SamplePointCode;
     TempData.SlotNum                 = this.SlotNum;
     TempData.Code                    = this.Code;
     TempData.T_TransmissionCard_Code = this.T_TransmissionCard_Code;
 }