Exemple #1
0
 public System.Threading.Tasks.Task <WebUI2.SearchAddress.findAddressByPlanCadIdResponse> findAddressByPlanCadIdAsync(System.Nullable <long> cadid, string projection)
 {
     WebUI2.SearchAddress.findAddressByPlanCadIdRequest inValue = new WebUI2.SearchAddress.findAddressByPlanCadIdRequest();
     inValue.cadid      = cadid;
     inValue.projection = projection;
     return(((WebUI2.SearchAddress.AddressSearch)(this)).findAddressByPlanCadIdAsync(inValue));
 }
Exemple #2
0
 public WebUI2.SearchAddress.LotAddressResult findAddressByPlanCadId(System.Nullable <long> cadid, string projection)
 {
     WebUI2.SearchAddress.findAddressByPlanCadIdRequest inValue = new WebUI2.SearchAddress.findAddressByPlanCadIdRequest();
     inValue.cadid      = cadid;
     inValue.projection = projection;
     WebUI2.SearchAddress.findAddressByPlanCadIdResponse retVal = ((WebUI2.SearchAddress.AddressSearch)(this)).findAddressByPlanCadId(inValue);
     return(retVal.findAddressByPlanCadIdReturn);
 }
Exemple #3
0
 System.Threading.Tasks.Task <WebUI2.SearchAddress.findAddressByPlanCadIdResponse> WebUI2.SearchAddress.AddressSearch.findAddressByPlanCadIdAsync(WebUI2.SearchAddress.findAddressByPlanCadIdRequest request)
 {
     return(base.Channel.findAddressByPlanCadIdAsync(request));
 }
Exemple #4
0
 WebUI2.SearchAddress.findAddressByPlanCadIdResponse WebUI2.SearchAddress.AddressSearch.findAddressByPlanCadId(WebUI2.SearchAddress.findAddressByPlanCadIdRequest request)
 {
     return(base.Channel.findAddressByPlanCadId(request));
 }