コード例 #1
0
ファイル: Reference.cs プロジェクト: sidewinder1/piem2012
 public VLocationApplication.VLocationServiceReference.Category GetCategory(int id)
 {
     VLocationApplication.VLocationServiceReference.GetCategoryRequest inValue = new VLocationApplication.VLocationServiceReference.GetCategoryRequest();
     inValue.Body    = new VLocationApplication.VLocationServiceReference.GetCategoryRequestBody();
     inValue.Body.id = id;
     VLocationApplication.VLocationServiceReference.GetCategoryResponse retVal = ((VLocationApplication.VLocationServiceReference.Service1Soap)(this)).GetCategory(inValue);
     return(retVal.Body.GetCategoryResult);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: sidewinder1/piem2012
 VLocationApplication.VLocationServiceReference.GetCategoryResponse VLocationApplication.VLocationServiceReference.Service1Soap.GetCategory(VLocationApplication.VLocationServiceReference.GetCategoryRequest request)
 {
     return(base.Channel.GetCategory(request));
 }