示例#1
0
 public System.Threading.Tasks.Task <WebUI2.SearchAddress.findAddressByPlanResponse> findAddressByPlanAsync(string planType, string lotNumber, string sectionNumber, System.Nullable <int> planNumber, string projection)
 {
     WebUI2.SearchAddress.findAddressByPlanRequest inValue = new WebUI2.SearchAddress.findAddressByPlanRequest();
     inValue.planType      = planType;
     inValue.lotNumber     = lotNumber;
     inValue.sectionNumber = sectionNumber;
     inValue.planNumber    = planNumber;
     inValue.projection    = projection;
     return(((WebUI2.SearchAddress.AddressSearch)(this)).findAddressByPlanAsync(inValue));
 }
示例#2
0
 public WebUI2.SearchAddress.LotAddressResult findAddressByPlan(string planType, string lotNumber, string sectionNumber, System.Nullable <int> planNumber, string projection)
 {
     WebUI2.SearchAddress.findAddressByPlanRequest inValue = new WebUI2.SearchAddress.findAddressByPlanRequest();
     inValue.planType      = planType;
     inValue.lotNumber     = lotNumber;
     inValue.sectionNumber = sectionNumber;
     inValue.planNumber    = planNumber;
     inValue.projection    = projection;
     WebUI2.SearchAddress.findAddressByPlanResponse retVal = ((WebUI2.SearchAddress.AddressSearch)(this)).findAddressByPlan(inValue);
     return(retVal.findAddressByPlanReturn);
 }
示例#3
0
 System.Threading.Tasks.Task <WebUI2.SearchAddress.findAddressByPlanResponse> WebUI2.SearchAddress.AddressSearch.findAddressByPlanAsync(WebUI2.SearchAddress.findAddressByPlanRequest request)
 {
     return(base.Channel.findAddressByPlanAsync(request));
 }
示例#4
0
 WebUI2.SearchAddress.findAddressByPlanResponse WebUI2.SearchAddress.AddressSearch.findAddressByPlan(WebUI2.SearchAddress.findAddressByPlanRequest request)
 {
     return(base.Channel.findAddressByPlan(request));
 }