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