示例#1
0
 public System.Threading.Tasks.Task <ABCosmetic_app.ProductService.SearchByNameResponse> SearchByNameAsync(string text)
 {
     ABCosmetic_app.ProductService.SearchByNameRequest inValue = new ABCosmetic_app.ProductService.SearchByNameRequest();
     inValue.Body      = new ABCosmetic_app.ProductService.SearchByNameRequestBody();
     inValue.Body.text = text;
     return(((ABCosmetic_app.ProductService.ProductServiceSoap)(this)).SearchByNameAsync(inValue));
 }
示例#2
0
 public System.Collections.Generic.List <ABCosmetic_app.ProductService.Product> SearchByName(string text)
 {
     ABCosmetic_app.ProductService.SearchByNameRequest inValue = new ABCosmetic_app.ProductService.SearchByNameRequest();
     inValue.Body      = new ABCosmetic_app.ProductService.SearchByNameRequestBody();
     inValue.Body.text = text;
     ABCosmetic_app.ProductService.SearchByNameResponse retVal = ((ABCosmetic_app.ProductService.ProductServiceSoap)(this)).SearchByName(inValue);
     return(retVal.Body.SearchByNameResult);
 }
示例#3
0
 System.Threading.Tasks.Task <ABCosmetic_app.ProductService.SearchByNameResponse> ABCosmetic_app.ProductService.ProductServiceSoap.SearchByNameAsync(ABCosmetic_app.ProductService.SearchByNameRequest request)
 {
     return(base.Channel.SearchByNameAsync(request));
 }
示例#4
0
 ABCosmetic_app.ProductService.SearchByNameResponse ABCosmetic_app.ProductService.ProductServiceSoap.SearchByName(ABCosmetic_app.ProductService.SearchByNameRequest request)
 {
     return(base.Channel.SearchByName(request));
 }