Beispiel #1
0
 public ZCZJ_DPF.ServiceReference1.ArrayOfString GetCompletionList(string prefixText, int count, string contextKey)
 {
     ZCZJ_DPF.ServiceReference1.GetCompletionListRequest inValue = new ZCZJ_DPF.ServiceReference1.GetCompletionListRequest();
     inValue.Body            = new ZCZJ_DPF.ServiceReference1.GetCompletionListRequestBody();
     inValue.Body.prefixText = prefixText;
     inValue.Body.count      = count;
     inValue.Body.contextKey = contextKey;
     ZCZJ_DPF.ServiceReference1.GetCompletionListResponse retVal = ((ZCZJ_DPF.ServiceReference1.AjaxSoap)(this)).GetCompletionList(inValue);
     return(retVal.Body.GetCompletionListResult);
 }
Beispiel #2
0
 ZCZJ_DPF.ServiceReference1.GetCompletionListResponse ZCZJ_DPF.ServiceReference1.AjaxSoap.GetCompletionList(ZCZJ_DPF.ServiceReference1.GetCompletionListRequest request)
 {
     return(base.Channel.GetCompletionList(request));
 }