Beispiel #1
0
 public string WriteFeedback(ClientApp.JwsSurvey.FeedbackInfo arg0)
 {
     ClientApp.JwsSurvey.WriteFeedbackRequest inValue = new ClientApp.JwsSurvey.WriteFeedbackRequest();
     inValue.arg0 = arg0;
     ClientApp.JwsSurvey.WriteFeedbackResponse retVal = ((ClientApp.JwsSurvey.Feedback)(this)).WriteFeedback(inValue);
     return(retVal.@return);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <ClientApp.JwsSurvey.WriteFeedbackResponse> WriteFeedbackAsync(ClientApp.JwsSurvey.FeedbackInfo arg0)
 {
     ClientApp.JwsSurvey.WriteFeedbackRequest inValue = new ClientApp.JwsSurvey.WriteFeedbackRequest();
     inValue.arg0 = arg0;
     return(((ClientApp.JwsSurvey.Feedback)(this)).WriteFeedbackAsync(inValue));
 }
Beispiel #3
0
 public WriteFeedbackRequest(ClientApp.JwsSurvey.FeedbackInfo arg0)
 {
     this.arg0 = arg0;
 }
Beispiel #4
0
 public ReadFeedbackResponse(ClientApp.JwsSurvey.FeedbackInfo @return)
 {
     this.@return = @return;
 }