public void AddPaymentTermsTblRow(PaymentTermsTblRow row) { this.Rows.Add(row); }
public void RemovePaymentTermsTblRow(PaymentTermsTblRow row) { this.Rows.Remove(row); }
public PaymentTermsTblRowChangeEvent(PaymentTermsTblRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }