Exemple #1
0
 public System.Threading.Tasks.Task <WebCene.Model.CT_ServiceReference.GetCTProductsResponse> GetCTProductsAsync(string username, string password, string productGroupCode, string manufacturerCode, string searchphrase)
 {
     WebCene.Model.CT_ServiceReference.GetCTProductsRequest inValue = new WebCene.Model.CT_ServiceReference.GetCTProductsRequest();
     inValue.Body                  = new WebCene.Model.CT_ServiceReference.GetCTProductsRequestBody();
     inValue.Body.username         = username;
     inValue.Body.password         = password;
     inValue.Body.productGroupCode = productGroupCode;
     inValue.Body.manufacturerCode = manufacturerCode;
     inValue.Body.searchphrase     = searchphrase;
     return(((WebCene.Model.CT_ServiceReference.CTProductsInStockSoap)(this)).GetCTProductsAsync(inValue));
 }
Exemple #2
0
 public WebCene.Model.CT_ServiceReference.CTPRODUCT[] GetCTProducts(string username, string password, string productGroupCode, string manufacturerCode, string searchphrase)
 {
     WebCene.Model.CT_ServiceReference.GetCTProductsRequest inValue = new WebCene.Model.CT_ServiceReference.GetCTProductsRequest();
     inValue.Body                  = new WebCene.Model.CT_ServiceReference.GetCTProductsRequestBody();
     inValue.Body.username         = username;
     inValue.Body.password         = password;
     inValue.Body.productGroupCode = productGroupCode;
     inValue.Body.manufacturerCode = manufacturerCode;
     inValue.Body.searchphrase     = searchphrase;
     WebCene.Model.CT_ServiceReference.GetCTProductsResponse retVal = ((WebCene.Model.CT_ServiceReference.CTProductsInStockSoap)(this)).GetCTProducts(inValue);
     return(retVal.Body.GetCTProductsResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <WebCene.Model.CT_ServiceReference.GetCTProductsResponse> WebCene.Model.CT_ServiceReference.CTProductsInStockSoap.GetCTProductsAsync(WebCene.Model.CT_ServiceReference.GetCTProductsRequest request)
 {
     return(base.Channel.GetCTProductsAsync(request));
 }
Exemple #4
0
 WebCene.Model.CT_ServiceReference.GetCTProductsResponse WebCene.Model.CT_ServiceReference.CTProductsInStockSoap.GetCTProducts(WebCene.Model.CT_ServiceReference.GetCTProductsRequest request)
 {
     return(base.Channel.GetCTProducts(request));
 }