public SelectStimulusSetRow AddSelectStimulusSetRow(string name, long series_config_id) { SelectStimulusSetRow rowSelectStimulusSetRow = ((SelectStimulusSetRow)(this.NewRow())); object[] columnValuesArray = new object[] { name, series_config_id }; rowSelectStimulusSetRow.ItemArray = columnValuesArray; this.Rows.Add(rowSelectStimulusSetRow); return(rowSelectStimulusSetRow); }
public SelectStimulusSetRowChangeEvent(SelectStimulusSetRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void RemoveSelectStimulusSetRow(SelectStimulusSetRow row) { this.Rows.Remove(row); }
public void AddSelectStimulusSetRow(SelectStimulusSetRow row) { this.Rows.Add(row); }