コード例 #1
0
            public GetGenericElementMgmtRow AddGetGenericElementMgmtRow(string ElementKeyName, string Description, int ElementKeyIDValue)
            {
                GetGenericElementMgmtRow rowGetGenericElementMgmtRow = ((GetGenericElementMgmtRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    ElementKeyName,
                    Description,
                    ElementKeyIDValue
                };
                rowGetGenericElementMgmtRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowGetGenericElementMgmtRow);
                return(rowGetGenericElementMgmtRow);
            }
コード例 #2
0
 public GetGenericElementMgmtRowChangeEvent(GetGenericElementMgmtRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #3
0
 public void RemoveGetGenericElementMgmtRow(GetGenericElementMgmtRow row)
 {
     this.Rows.Remove(row);
 }
コード例 #4
0
 public void AddGetGenericElementMgmtRow(GetGenericElementMgmtRow row)
 {
     this.Rows.Add(row);
 }