public void RemoveProcessClassParamsRow(ProcessClassParamsRow row) { this.Rows.Remove(row); }
public ProcessClassParamsRowChangeEvent(ProcessClassParamsRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddProcessClassParamsRow(ProcessClassParamsRow row) { this.Rows.Add(row); }