コード例 #1
0
            public profservicesetupRow AddprofservicesetupRow(int ayear, string flagnumbering, string flagrestart)
            {
                profservicesetupRow rowprofservicesetupRow = ((profservicesetupRow)(this.NewRow()));

                rowprofservicesetupRow.ItemArray = new object[] {
                    ayear,
                    flagnumbering,
                    flagrestart
                };
                this.Rows.Add(rowprofservicesetupRow);
                return(rowprofservicesetupRow);
            }
コード例 #2
0
 public profservicesetupRowChangeEvent(profservicesetupRow row, System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #3
0
 public void RemoveprofservicesetupRow(profservicesetupRow row)
 {
     this.Rows.Remove(row);
 }
コード例 #4
0
 public void AddprofservicesetupRow(profservicesetupRow row)
 {
     this.Rows.Add(row);
 }