コード例 #1
0
 public System.Nullable <System.Guid> UploadPropertyInformation(ClientApp.PropertyService.UploadPropertyInformation UploadPropertyInformation1)
 {
     ClientApp.PropertyService.UploadPropertyInformationRequest inValue = new ClientApp.PropertyService.UploadPropertyInformationRequest();
     inValue.UploadPropertyInformation = UploadPropertyInformation1;
     ClientApp.PropertyService.UploadPropertyInformationResponse retVal = ((ClientApp.PropertyService.IProperty)(this)).UploadPropertyInformation(inValue);
     return(retVal.guid);
 }
コード例 #2
0
 ClientApp.PropertyService.UploadPropertyInformationResponse ClientApp.PropertyService.IProperty.UploadPropertyInformation(ClientApp.PropertyService.UploadPropertyInformationRequest request)
 {
     return(base.Channel.UploadPropertyInformation(request));
 }