public bool UpPayMentInfoInterestById(FundPayment o) { object[] results = this.Invoke("UpPayMentInfoInterestById", new object[] { o }); return((bool)(results[0])); }
public FundPayment[] SelectJG_PaymentInterest(FundPayment o) { object[] results = this.Invoke("SelectJG_PaymentInterest", new object[] { o }); return((FundPayment[])(results[0])); }
public bool Delete(FundPayment o) { object[] results = this.Invoke("Delete", new object[] { o }); return((bool)(results[0])); }
public bool Add(FundPayment o) { object[] results = this.Invoke("Add", new object[] { o }); return((bool)(results[0])); }
/// <remarks/> public void SelectJG_PaymentInterestAsync(FundPayment o, object userState) { if ((this.SelectJG_PaymentInterestOperationCompleted == null)) { this.SelectJG_PaymentInterestOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSelectJG_PaymentInterestOperationCompleted); } this.InvokeAsync("SelectJG_PaymentInterest", new object[] { o }, this.SelectJG_PaymentInterestOperationCompleted, userState); }
/// <remarks/> public void UpPayMentInfoInterestByIdAsync(FundPayment o, object userState) { if ((this.UpPayMentInfoInterestByIdOperationCompleted == null)) { this.UpPayMentInfoInterestByIdOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpPayMentInfoInterestByIdOperationCompleted); } this.InvokeAsync("UpPayMentInfoInterestById", new object[] { o }, this.UpPayMentInfoInterestByIdOperationCompleted, userState); }
/// <remarks/> public void DeleteAsync(FundPayment o, object userState) { if ((this.DeleteOperationCompleted == null)) { this.DeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteOperationCompleted); } this.InvokeAsync("Delete", new object[] { o }, this.DeleteOperationCompleted, userState); }
/// <remarks/> public void SelectJG_PaymentInterestAsync(FundPayment o) { this.SelectJG_PaymentInterestAsync(o, null); }
/// <remarks/> public void UpPayMentInfoInterestByIdAsync(FundPayment o) { this.UpPayMentInfoInterestByIdAsync(o, null); }
/// <remarks/> public void SelectAsync(FundPayment o) { this.SelectAsync(o, null); }
/// <remarks/> public void DeleteAsync(FundPayment o) { this.DeleteAsync(o, null); }
/// <remarks/> public void UpdateAsync(FundPayment o) { this.UpdateAsync(o, null); }
/// <remarks/> public void AddAsync(FundPayment o) { this.AddAsync(o, null); }