Example #1
0
 public void Add_MS1_ESR_Property_Locationo(G_AT7 g_at7, string City, string State, string Country)
 {
     this.SegmentCount++;
      S_MS1 s_ms1 = new S_MS1();
      s_ms1.D_19_1 = City;
      s_ms1.D_156_2 = State;
      s_ms1.D_26_3 = Country;
      g_at7.S_MS1 = s_ms1;
 }
Example #2
0
 public void Add_Shipment_Status_Detail(G_AT7 g_at7, string ShipmentStatusCode, string ShipmentStatus, string AppointmentStatusCode, string AppointmentStatus, string Date, string Time, string TimeCode)
 {
     this.SegmentCount++;
      S_AT7 s_at7 = new S_AT7();
      s_at7.D_1650_1 = ShipmentStatusCode;
      s_at7.D_1651_2 = ShipmentStatus;
      s_at7.D_1652_3 = AppointmentStatusCode;
      s_at7.D_1651_4 = AppointmentStatus;
      s_at7.D_373_5 = Date;
      s_at7.D_337_6 = Time;
      s_at7.D_623_7 = TimeCode;
      g_at7.S_AT7 = s_at7;
 }
Example #3
0
 public G_AT7 Add_G_AT7(G_LX g_lx)
 {
     G_AT7 g_at7 = new G_AT7();
     g_lx.G_AT7.Add(g_at7);
     return g_at7;
 }