Example #1
0
 public void RemoveComment([System.Xml.Serialization.XmlElementAttribute(IsNullable = true)] TeacherCommentView model, out ReturnState RemoveCommentResult, [System.Xml.Serialization.XmlIgnoreAttribute()] out bool RemoveCommentResultSpecified)
 {
     object[] results = this.Invoke("RemoveComment", new object[] {
         model
     });
     RemoveCommentResult          = ((ReturnState)(results[0]));
     RemoveCommentResultSpecified = ((bool)(results[1]));
 }
Example #2
0
 /// <remarks/>
 public void RemoveCommentAsync(TeacherCommentView model, object userState)
 {
     if ((this.RemoveCommentOperationCompleted == null))
     {
         this.RemoveCommentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRemoveCommentOperationCompleted);
     }
     this.InvokeAsync("RemoveComment", new object[] {
         model
     }, this.RemoveCommentOperationCompleted, userState);
 }
Example #3
0
 /// <remarks/>
 public void RemoveCommentAsync(TeacherCommentView model)
 {
     this.RemoveCommentAsync(model, null);
 }
Example #4
0
 /// <remarks/>
 public void AddCommentAsync(TeacherCommentView model)
 {
     this.AddCommentAsync(model, null);
 }