コード例 #1
0
        private GetPrefillDataV2ShipmentExt ListToArray(GetPrefillDataV2Shipment inship)
        {
            GetPrefillDataV2ShipmentExt ship = new GetPrefillDataV2ShipmentExt();

            ship.ExternalServiceCode        = inship.ExternalServiceCode;
            ship.ExternalServiceEditionCode = inship.ExternalServiceEditionCode;
            ship.ReporteeNumber             = inship.ReporteeNumber;
            ship.PrefillBeList = inship.PrefillBeList.ToArray();
            return(ship);
        }
コード例 #2
0
 public PrefillForm()
 {
     InitializeComponent();
     _peusepFunc = new PrefillEusEndPointFunction();
     _peusepFunc.ReturnMessageXml += ReturnMessageXmlHandler;
     ShipmentTest  = new BaseShipment();
     ShipmentGpd   = new GetPrefillDataShipmentBase();
     ShipmentGpdv2 = new GetPrefillDataV2ShipmentExt();
     ResultGpd     = new PrefillDataBE();
     ResultGpdv2   = new PrefillDataBEv2();
 }
コード例 #3
0
 public PrefillForm()
 {
     InitializeComponent();
     peusepFunc = new Functionality.EndPoints.ServiceEngine.Prefill.PrefillEUSEndPointFunction();
     peusepFunc.ReturnMessageXml += ReturnMessageXmlHandler;
     ShipmentTest  = new BaseShipment();
     ShipmentGPD   = new GetPrefillDataShipmentBase();
     ShipmentGPDV2 = new GetPrefillDataV2ShipmentExt();
     ResultGPD     = new PrefillDataBE();
     ResultGPDV2   = new PrefillDataBEv2();
 }