コード例 #1
0
            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);
            }
コード例 #2
0
 public SelectStimulusSetRowChangeEvent(SelectStimulusSetRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #3
0
 public void RemoveSelectStimulusSetRow(SelectStimulusSetRow row)
 {
     this.Rows.Remove(row);
 }
コード例 #4
0
 public void AddSelectStimulusSetRow(SelectStimulusSetRow row)
 {
     this.Rows.Add(row);
 }