Example #1
0
        public FormSetElementExternalBEV2List GetFormSetElements(GetFormSetShipmentBase shipment)
        {
            var client = GenerateProxy(shipment);

            OperationContext = _context + "GetFormSetElements";
            return(client.GetFormSetElementsEC(shipment.Username, shipment.Password, shipment.ReporteeElementId, shipment.LanguageId));
        }
 public ReporteeElementListForm()
 {
     InitializeComponent();
     relepFunc = new Functionality.EndPoints.ServiceEngine.ReporteeElementListEndPointFunction();
     relepFunc.ReturnMessageXml += ReturnMessageXmlHandler;
     ShipmentDeleteRE            = new DeleteReporteeElementShipment();
     ShipmentGetCorrForAR        = new ReporteeElemenetListShipmentBase();
     ShipmentGetFormSet          = new GetFormSetShipmentBase();
     ResultSGCBAR = new ReporteeElementBEV2Lis();
     ResultSGCFR  = new ReporteeElementBEV2Lis();
     ResultGFS    = new FormSetElementExternalBEV2List();
     ShipmentGCFR = new ReporteeElemenetListShipmentBase();
     ShipmentGREL = new GetReporteeElementListShipment();
     ShipmentGREL.ExternalSearch = new ExternalSearchBEV2();
     SetupObjForPropGrid();
 }
Example #3
0
        public ReporteeElementListForm()
        {
            InitializeComponent();
            _relepFunc = new Functionality.EndPoints.ServiceEngine.ReporteeElementListEndPointFunction();
            _relepFunc.ReturnMessageXml += ReturnMessageXmlHandler;
            ShipmentDeleteRe             = new DeleteReporteeElementShipment();
            ShipmentGetCorrForAr         = new ReporteeElemenetListShipmentBase();
            ShipmentGetFormSet           = new GetFormSetShipmentBase();
            ResultSgcbar = new ReporteeElementBEV2Lis();
            ResultSgcfr  = new ReporteeElementBEV2Lis();
            ResultGfs    = new FormSetElementExternalBEV2List();
            ShipmentGcfr = new ReporteeElemenetListShipmentBase();
            ShipmentGrel = new GetReporteeElementListShipment();
            ShipmentGrel.ExternalSearch = new ExternalSearchBEV2();
            ResultFormSetData           = new FormSetDataBEList();
            GetFormSetDataShipment      = new BaseReporteeElementIdShipment();
            AssignAction(ahc_GetFormSetData, _relepFunc.GetFormTaskData, GetFormSetDataShipment, ResultFormSetData, "GetFormSetData");

            SetupObjForPropGrid();
        }