コード例 #1
0
ファイル: Reference.cs プロジェクト: kmattapalli/proServices
 public System.Threading.Tasks.Task <proServices.SpidInfo.GetSpidProductSpecsResponse> GetSpidProductSpecsAsync(string spMapId)
 {
     proServices.SpidInfo.GetSpidProductSpecsRequest inValue = new proServices.SpidInfo.GetSpidProductSpecsRequest();
     inValue.Body         = new proServices.SpidInfo.GetSpidProductSpecsRequestBody();
     inValue.Body.spMapId = spMapId;
     return(((proServices.SpidInfo.SpidInfoSoap)(this)).GetSpidProductSpecsAsync(inValue));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: kmattapalli/proServices
 public string GetSpidProductSpecs(string spMapId)
 {
     proServices.SpidInfo.GetSpidProductSpecsRequest inValue = new proServices.SpidInfo.GetSpidProductSpecsRequest();
     inValue.Body         = new proServices.SpidInfo.GetSpidProductSpecsRequestBody();
     inValue.Body.spMapId = spMapId;
     proServices.SpidInfo.GetSpidProductSpecsResponse retVal = ((proServices.SpidInfo.SpidInfoSoap)(this)).GetSpidProductSpecs(inValue);
     return(retVal.Body.GetSpidProductSpecsResult);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: kmattapalli/proServices
 System.Threading.Tasks.Task <proServices.SpidInfo.GetSpidProductSpecsResponse> proServices.SpidInfo.SpidInfoSoap.GetSpidProductSpecsAsync(proServices.SpidInfo.GetSpidProductSpecsRequest request)
 {
     return(base.Channel.GetSpidProductSpecsAsync(request));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: kmattapalli/proServices
 proServices.SpidInfo.GetSpidProductSpecsResponse proServices.SpidInfo.SpidInfoSoap.GetSpidProductSpecs(proServices.SpidInfo.GetSpidProductSpecsRequest request)
 {
     return(base.Channel.GetSpidProductSpecs(request));
 }