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

            ship.ExternalServiceCode        = inship.ExternalServiceCode;
            ship.ExternalServiceEditionCode = inship.ExternalServiceEditionCode;
            ship.ReporteeNumber             = inship.ReporteeNumber;
            ship.PrefillBeList = inship.PrefillBeList.ToArray();
            return(ship);
        }
コード例 #2
0
 public PrefillFormEC2()
 {
     InitializeComponent();
     _peusepFunc = new PrefillEusEndPointFunctionEC2();
     _peusepFunc.ReturnMessageXml += ReturnMessageXmlHandler;
     ShipmentTest  = new BaseShipment();
     ShipmentGpd   = new GetPrefillDataShipmentBaseEC2();
     ShipmentGpdv2 = new GetPrefillDataV2ShipmentExtEC2();
     ResultGpd     = new PrefillDataBE();
     ResultGpdv2   = new PrefillDataBEv2();
 }