示例#1
0
        public ReporteeElementContextExternalBE GetReporteeElementcontextExternal(BaseReporteeElementIdShipment shipment)
        {
            var client = GenerateProxy(shipment);

            OperationContext = _context + "GetReporteeElementContextExternal";
            return(client.GetReporteeElementContextExternalEC(shipment.Username, shipment.Password, shipment.ReporteeElementId));
        }
示例#2
0
        public FormSetDataBEList GetFormTaskData(BaseReporteeElementIdShipment shipment)
        {
            var client = GenerateProxy(shipment);

            OperationContext = _context + "GetFormTaskData";
            return(client.GetFormSetDataEC(shipment.Username, shipment.Password, shipment.ReporteeElementId, shipment.LanguageId));
        }
示例#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();
        }
 public void InitializeMyForm()
 {
     ShipmentGc = new BaseReporteeElementIdShipment();
     Client     = new ContextHandlerExternalEndPointFunctionEC2();
     Client.ReturnMessageXml += ReturnMessageXmlHandler;
 }