示例#1
0
 public System.Xml.XmlElement GetAttributesAssortmentByConnectorID(int connectorID)
 {
     MagentoImport.ConcentratorContentService.GetAttributesAssortmentByConnectorIDRequest inValue = new MagentoImport.ConcentratorContentService.GetAttributesAssortmentByConnectorIDRequest();
     inValue.Body             = new MagentoImport.ConcentratorContentService.GetAttributesAssortmentByConnectorIDRequestBody();
     inValue.Body.connectorID = connectorID;
     MagentoImport.ConcentratorContentService.GetAttributesAssortmentByConnectorIDResponse retVal = ((MagentoImport.ConcentratorContentService.SpiderServiceSoap)(this)).GetAttributesAssortmentByConnectorID(inValue);
     return(retVal.Body.GetAttributesAssortmentByConnectorIDResult);
 }
示例#2
0
 MagentoImport.ConcentratorContentService.GetAttributesAssortmentByConnectorIDResponse MagentoImport.ConcentratorContentService.SpiderServiceSoap.GetAttributesAssortmentByConnectorID(MagentoImport.ConcentratorContentService.GetAttributesAssortmentByConnectorIDRequest request)
 {
     return(base.Channel.GetAttributesAssortmentByConnectorID(request));
 }