예제 #1
0
 public System.Threading.Tasks.Task <Proxy.ServiceReference_exchangebook.GridDataResponse> GridDataAsync(int currentPage, int count, string family)
 {
     Proxy.ServiceReference_exchangebook.GridDataRequest inValue = new Proxy.ServiceReference_exchangebook.GridDataRequest();
     inValue.Body             = new Proxy.ServiceReference_exchangebook.GridDataRequestBody();
     inValue.Body.currentPage = currentPage;
     inValue.Body.count       = count;
     inValue.Body.family      = family;
     return(((Proxy.ServiceReference_exchangebook.ExchangeBookServiceSoap)(this)).GridDataAsync(inValue));
 }
예제 #2
0
 public string GridData(int currentPage, int count, string family)
 {
     Proxy.ServiceReference_exchangebook.GridDataRequest inValue = new Proxy.ServiceReference_exchangebook.GridDataRequest();
     inValue.Body             = new Proxy.ServiceReference_exchangebook.GridDataRequestBody();
     inValue.Body.currentPage = currentPage;
     inValue.Body.count       = count;
     inValue.Body.family      = family;
     Proxy.ServiceReference_exchangebook.GridDataResponse retVal = ((Proxy.ServiceReference_exchangebook.ExchangeBookServiceSoap)(this)).GridData(inValue);
     return(retVal.Body.GridDataResult);
 }
예제 #3
0
 System.Threading.Tasks.Task <Proxy.ServiceReference_exchangebook.GridDataResponse> Proxy.ServiceReference_exchangebook.ExchangeBookServiceSoap.GridDataAsync(Proxy.ServiceReference_exchangebook.GridDataRequest request)
 {
     return(base.Channel.GridDataAsync(request));
 }
예제 #4
0
 Proxy.ServiceReference_exchangebook.GridDataResponse Proxy.ServiceReference_exchangebook.ExchangeBookServiceSoap.GridData(Proxy.ServiceReference_exchangebook.GridDataRequest request)
 {
     return(base.Channel.GridData(request));
 }