Exemplo n.º 1
0
 public G_AT7()
 {
     this.s_MS2Field = new S_MS2();
     this.s_MS1Field = new S_MS1();
     this.s_AT7Field = new S_AT7();
 }
Exemplo n.º 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;
 }