예제 #1
0
 public bool HaveMoreThanFourLevels(bizapps_test.MVC.AsmxCommentServiceReference.CommentSoap commentSoap)
 {
     bizapps_test.MVC.AsmxCommentServiceReference.HaveMoreThanFourLevelsRequest inValue = new bizapps_test.MVC.AsmxCommentServiceReference.HaveMoreThanFourLevelsRequest();
     inValue.Body             = new bizapps_test.MVC.AsmxCommentServiceReference.HaveMoreThanFourLevelsRequestBody();
     inValue.Body.commentSoap = commentSoap;
     bizapps_test.MVC.AsmxCommentServiceReference.HaveMoreThanFourLevelsResponse retVal = ((bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap)(this)).HaveMoreThanFourLevels(inValue);
     return(retVal.Body.HaveMoreThanFourLevelsResult);
 }
예제 #2
0
 public int DeleteComment(bizapps_test.MVC.AsmxCommentServiceReference.CommentSoap commentSoap)
 {
     bizapps_test.MVC.AsmxCommentServiceReference.DeleteCommentRequest inValue = new bizapps_test.MVC.AsmxCommentServiceReference.DeleteCommentRequest();
     inValue.Body             = new bizapps_test.MVC.AsmxCommentServiceReference.DeleteCommentRequestBody();
     inValue.Body.commentSoap = commentSoap;
     bizapps_test.MVC.AsmxCommentServiceReference.DeleteCommentResponse retVal = ((bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap)(this)).DeleteComment(inValue);
     return(retVal.Body.DeleteCommentResult);
 }
예제 #3
0
 public int CreateComment(bizapps_test.MVC.AsmxCommentServiceReference.CommentSoap commentSoap, int postId)
 {
     bizapps_test.MVC.AsmxCommentServiceReference.CreateCommentRequest inValue = new bizapps_test.MVC.AsmxCommentServiceReference.CreateCommentRequest();
     inValue.Body             = new bizapps_test.MVC.AsmxCommentServiceReference.CreateCommentRequestBody();
     inValue.Body.commentSoap = commentSoap;
     inValue.Body.postId      = postId;
     bizapps_test.MVC.AsmxCommentServiceReference.CreateCommentResponse retVal = ((bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap)(this)).CreateComment(inValue);
     return(retVal.Body.CreateCommentResult);
 }
예제 #4
0
 public System.Threading.Tasks.Task <bizapps_test.MVC.AsmxCommentServiceReference.HaveMoreThanFourLevelsResponse> HaveMoreThanFourLevelsAsync(bizapps_test.MVC.AsmxCommentServiceReference.CommentSoap commentSoap)
 {
     bizapps_test.MVC.AsmxCommentServiceReference.HaveMoreThanFourLevelsRequest inValue = new bizapps_test.MVC.AsmxCommentServiceReference.HaveMoreThanFourLevelsRequest();
     inValue.Body             = new bizapps_test.MVC.AsmxCommentServiceReference.HaveMoreThanFourLevelsRequestBody();
     inValue.Body.commentSoap = commentSoap;
     return(((bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap)(this)).HaveMoreThanFourLevelsAsync(inValue));
 }
예제 #5
0
 public System.Threading.Tasks.Task <bizapps_test.MVC.AsmxCommentServiceReference.DeleteCommentResponse> DeleteCommentAsync(bizapps_test.MVC.AsmxCommentServiceReference.CommentSoap commentSoap)
 {
     bizapps_test.MVC.AsmxCommentServiceReference.DeleteCommentRequest inValue = new bizapps_test.MVC.AsmxCommentServiceReference.DeleteCommentRequest();
     inValue.Body             = new bizapps_test.MVC.AsmxCommentServiceReference.DeleteCommentRequestBody();
     inValue.Body.commentSoap = commentSoap;
     return(((bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap)(this)).DeleteCommentAsync(inValue));
 }
예제 #6
0
 public HaveMoreThanFourLevelsRequestBody(bizapps_test.MVC.AsmxCommentServiceReference.CommentSoap commentSoap)
 {
     this.commentSoap = commentSoap;
 }
예제 #7
0
 public GetCommentResponseBody(bizapps_test.MVC.AsmxCommentServiceReference.CommentSoap GetCommentResult)
 {
     this.GetCommentResult = GetCommentResult;
 }
예제 #8
0
 public DeleteCommentRequestBody(bizapps_test.MVC.AsmxCommentServiceReference.CommentSoap commentSoap)
 {
     this.commentSoap = commentSoap;
 }
예제 #9
0
 public CreateCommentRequestBody(bizapps_test.MVC.AsmxCommentServiceReference.CommentSoap commentSoap, int postId)
 {
     this.commentSoap = commentSoap;
     this.postId      = postId;
 }