コード例 #1
0
 public System.Threading.Tasks.Task <WebCene.Model.CT_ServiceReference.GetCTProducts_WithAttributesResponse> GetCTProducts_WithAttributesAsync(string username, string password, string productGroupCode, string manufacturerCode, string searchphrase)
 {
     WebCene.Model.CT_ServiceReference.GetCTProducts_WithAttributesRequest inValue = new WebCene.Model.CT_ServiceReference.GetCTProducts_WithAttributesRequest();
     inValue.Body                  = new WebCene.Model.CT_ServiceReference.GetCTProducts_WithAttributesRequestBody();
     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)).GetCTProducts_WithAttributesAsync(inValue));
 }
コード例 #2
0
 public WebCene.Model.CT_ServiceReference.CTPRODUCT[] GetCTProducts_WithAttributes(string username, string password, string productGroupCode, string manufacturerCode, string searchphrase)
 {
     WebCene.Model.CT_ServiceReference.GetCTProducts_WithAttributesRequest inValue = new WebCene.Model.CT_ServiceReference.GetCTProducts_WithAttributesRequest();
     inValue.Body                  = new WebCene.Model.CT_ServiceReference.GetCTProducts_WithAttributesRequestBody();
     inValue.Body.username         = username;
     inValue.Body.password         = password;
     inValue.Body.productGroupCode = productGroupCode;
     inValue.Body.manufacturerCode = manufacturerCode;
     inValue.Body.searchphrase     = searchphrase;
     WebCene.Model.CT_ServiceReference.GetCTProducts_WithAttributesResponse retVal = ((WebCene.Model.CT_ServiceReference.CTProductsInStockSoap)(this)).GetCTProducts_WithAttributes(inValue);
     return(retVal.Body.GetCTProducts_WithAttributesResult);
 }
コード例 #3
0
 System.Threading.Tasks.Task <WebCene.Model.CT_ServiceReference.GetCTProducts_WithAttributesResponse> WebCene.Model.CT_ServiceReference.CTProductsInStockSoap.GetCTProducts_WithAttributesAsync(WebCene.Model.CT_ServiceReference.GetCTProducts_WithAttributesRequest request)
 {
     return(base.Channel.GetCTProducts_WithAttributesAsync(request));
 }
コード例 #4
0
 WebCene.Model.CT_ServiceReference.GetCTProducts_WithAttributesResponse WebCene.Model.CT_ServiceReference.CTProductsInStockSoap.GetCTProducts_WithAttributes(WebCene.Model.CT_ServiceReference.GetCTProducts_WithAttributesRequest request)
 {
     return(base.Channel.GetCTProducts_WithAttributes(request));
 }