public void AddAppealTypeMasterRow(AppealTypeMasterRow row) { this.Rows.Add(row); }
public void RemoveAppealTypeMasterRow(AppealTypeMasterRow row) { this.Rows.Remove(row); }
public AppealTypeMasterRowChangeEvent(AppealTypeMasterRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }