コード例 #1
0
ファイル: Reference.cs プロジェクト: sidewinder1/piem2012
 public string InsertCategory(string name)
 {
     VLocationApplication.VLocationServiceReference.InsertCategoryRequest inValue = new VLocationApplication.VLocationServiceReference.InsertCategoryRequest();
     inValue.Body      = new VLocationApplication.VLocationServiceReference.InsertCategoryRequestBody();
     inValue.Body.name = name;
     VLocationApplication.VLocationServiceReference.InsertCategoryResponse retVal = ((VLocationApplication.VLocationServiceReference.Service1Soap)(this)).InsertCategory(inValue);
     return(retVal.Body.InsertCategoryResult);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: sidewinder1/piem2012
 VLocationApplication.VLocationServiceReference.InsertCategoryResponse VLocationApplication.VLocationServiceReference.Service1Soap.InsertCategory(VLocationApplication.VLocationServiceReference.InsertCategoryRequest request)
 {
     return(base.Channel.InsertCategory(request));
 }