Example #1
0
 public FarmGroupRowChangeEvent(FarmGroupRow row, System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
Example #2
0
 public void RemoveFarmGroupRow(FarmGroupRow row) {
     this.Rows.Remove(row);
 }
Example #3
0
 public FarmGroupLevel2Row AddFarmGroupLevel2Row(string Name, FarmGroupRow parentFarmGroupRowByFK_FarmGroupLevel2_FarmGroup, string AuthorCreate, string AuthorLastModif, System.DateTime DateLastModif, System.DateTime DateCreate, byte[] RowVersion, string FarmGroupName) {
     FarmGroupLevel2Row rowFarmGroupLevel2Row = ((FarmGroupLevel2Row)(this.NewRow()));
     rowFarmGroupLevel2Row.ItemArray = new object[] {
             null,
             Name,
             parentFarmGroupRowByFK_FarmGroupLevel2_FarmGroup[0],
             AuthorCreate,
             AuthorLastModif,
             DateLastModif,
             DateCreate,
             RowVersion,
             FarmGroupName};
     this.Rows.Add(rowFarmGroupLevel2Row);
     return rowFarmGroupLevel2Row;
 }
Example #4
0
 public void AddFarmGroupRow(FarmGroupRow row) {
     this.Rows.Add(row);
 }