Пример #1
0
        public ExternalReporteeBEList GetReporteesEC(GetReporteesShipment shipment)
        {
            var client = GenerateAuthorizationAdministrationProxy(shipment.EndpointName, shipment.Certificate);

            OperationContext = "AuthAtminGetReportees";
            return(client.GetReporteesEC(shipment.Username, shipment.Password, shipment.SSN, shipment.RetrieveInactiveReportee, shipment.RetrieveSubEntity, shipment.MaximumReporteeCount));
        }
 public AuthorizationAdministrationForm()
 {
     InitializeComponent();
     GetReporteesShipment       = new GetReporteesShipment();
     ExternalReporteeList       = new ExternalReporteeBEList();
     GetReporteeShipment        = new GetReporteeByTempKeyShipment();
     ExternalReportee           = new ExternalReporteeBE();
     aaEPFunc                   = new Functionality.AuthorizationAdministrationEndPointFunctionality();
     aaEPFunc.ReturnMessageXml += ReturnMessageXmlHandler;
 }
 public AuthorizationAdministrationFormEC2()
 {
     InitializeComponent();
     GetReporteesShipment       = new GetReporteesShipment();
     ExternalReporteeList       = new ExternalReporteeBEList();
     GetReporteeShipment        = new GetReporteeByTempKeyShipment();
     ExternalReportee           = new ExternalReporteeBE();
     AaEpFunc                   = new AuthorizationAdministrationEndPointFunctionalityEC2();
     AaEpFunc.ReturnMessageXml += ReturnMessageXmlHandler;
     SetUpObjectesForPropertyGrid();
     AssignActions();
 }