예제 #1
0
파일: Reference.cs 프로젝트: haozhouxu/IOS
 /// <remarks/>
 public void UpdateQueAndAnsAsync(QuesAndAnswerEntity entity, object userState) {
     if ((this.UpdateQueAndAnsOperationCompleted == null)) {
         this.UpdateQueAndAnsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateQueAndAnsOperationCompleted);
     }
     this.InvokeAsync("UpdateQueAndAns", new object[] {
                 entity}, this.UpdateQueAndAnsOperationCompleted, userState);
 }
예제 #2
0
파일: Reference.cs 프로젝트: haozhouxu/IOS
 public bool UpdateQueAndAns(QuesAndAnswerEntity entity) {
     object[] results = this.Invoke("UpdateQueAndAns", new object[] {
                 entity});
     return ((bool)(results[0]));
 }
예제 #3
0
파일: Reference.cs 프로젝트: haozhouxu/IOS
 /// <remarks/>
 public void UpdateQueAndAnsAsync(QuesAndAnswerEntity entity) {
     this.UpdateQueAndAnsAsync(entity, null);
 }
예제 #4
0
파일: Reference.cs 프로젝트: haozhouxu/IOS
 /// <remarks/>
 public void InsertQueAndAnsAsync(QuesAndAnswerEntity entity) {
     this.InsertQueAndAnsAsync(entity, null);
 }