Beispiel #1
0
 public JG_AmountCollectInfo[] Select(JG_AmountCollectInfo o)
 {
     object[] results = this.Invoke("Select", new object[] {
         o
     });
     return((JG_AmountCollectInfo[])(results[0]));
 }
Beispiel #2
0
 public bool Delete(JG_AmountCollectInfo o)
 {
     object[] results = this.Invoke("Delete", new object[] {
         o
     });
     return((bool)(results[0]));
 }
Beispiel #3
0
 /// <remarks/>
 public void SelectAsync(JG_AmountCollectInfo o, object userState)
 {
     if ((this.SelectOperationCompleted == null))
     {
         this.SelectOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSelectOperationCompleted);
     }
     this.InvokeAsync("Select", new object[] {
         o
     }, this.SelectOperationCompleted, userState);
 }
Beispiel #4
0
 /// <remarks/>
 public void SelectAsync(JG_AmountCollectInfo o)
 {
     this.SelectAsync(o, null);
 }
Beispiel #5
0
 /// <remarks/>
 public void DeleteAsync(JG_AmountCollectInfo o)
 {
     this.DeleteAsync(o, null);
 }
Beispiel #6
0
 /// <remarks/>
 public void UpdateAsync(JG_AmountCollectInfo o)
 {
     this.UpdateAsync(o, null);
 }
Beispiel #7
0
 /// <remarks/>
 public void AddAsync(JG_AmountCollectInfo o)
 {
     this.AddAsync(o, null);
 }