public void RemoveCostExceptionsInformationRow(CostExceptionsInformationRow row) { this.Rows.Remove(row); }
public CostExceptionsInformationRowChangeEvent(CostExceptionsInformationRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddCostExceptionsInformationRow(CostExceptionsInformationRow row) { this.Rows.Add(row); }