예제 #1
0
 public LFS_MASTER_AREARowChangeEvent(LFS_MASTER_AREARow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
예제 #2
0
 public void RemoveLFS_MASTER_AREARow(LFS_MASTER_AREARow row) {
     this.Rows.Remove(row);
 }
예제 #3
0
 public LFS_JUNCTION_LINER2Row AddLFS_JUNCTION_LINER2Row(
             LFS_MASTER_AREARow parentLFS_MASTER_AREARowByFK_LFS_JUNCTION_LINER2_LFS_MASTER_AREA, 
             int RefID, 
             int COMPANY_ID, 
             string DetailID, 
             string Address, 
             System.DateTime PipeLocated, 
             System.DateTime ServicesLocated, 
             System.DateTime CoInstalled, 
             System.DateTime BackfilledConcrete, 
             System.DateTime BackfilledSoil, 
             System.DateTime Grouted, 
             System.DateTime Cored, 
             System.DateTime Prepped, 
             System.DateTime Measured, 
             string LinerSize, 
             System.DateTime InProcess, 
             System.DateTime InStock, 
             System.DateTime Delivered, 
             int BuildRebuild, 
             System.DateTime PreVideo, 
             System.DateTime LinerInstalled, 
             System.DateTime FinalVideo, 
             double DistanceFromUSMH, 
             double DistanceFromDSMH, 
             string Map, 
             string Issue, 
             decimal Cost, 
             bool Deleted, 
             System.DateTime VideoInspection, 
             bool CoRequired, 
             bool PitRequired, 
             string CoPitLocation, 
             bool PostContractDigRequired, 
             string Comments, 
             string History) {
     LFS_JUNCTION_LINER2Row rowLFS_JUNCTION_LINER2Row = ((LFS_JUNCTION_LINER2Row)(this.NewRow()));
     object[] columnValuesArray = new object[] {
             null,
             RefID,
             COMPANY_ID,
             DetailID,
             Address,
             PipeLocated,
             ServicesLocated,
             CoInstalled,
             BackfilledConcrete,
             BackfilledSoil,
             Grouted,
             Cored,
             Prepped,
             Measured,
             LinerSize,
             InProcess,
             InStock,
             Delivered,
             BuildRebuild,
             PreVideo,
             LinerInstalled,
             FinalVideo,
             DistanceFromUSMH,
             DistanceFromDSMH,
             Map,
             Issue,
             Cost,
             Deleted,
             VideoInspection,
             CoRequired,
             PitRequired,
             CoPitLocation,
             PostContractDigRequired,
             Comments,
             History};
     if ((parentLFS_MASTER_AREARowByFK_LFS_JUNCTION_LINER2_LFS_MASTER_AREA != null)) {
         columnValuesArray[0] = parentLFS_MASTER_AREARowByFK_LFS_JUNCTION_LINER2_LFS_MASTER_AREA[0];
     }
     rowLFS_JUNCTION_LINER2Row.ItemArray = columnValuesArray;
     this.Rows.Add(rowLFS_JUNCTION_LINER2Row);
     return rowLFS_JUNCTION_LINER2Row;
 }
예제 #4
0
 public void AddLFS_MASTER_AREARow(LFS_MASTER_AREARow row) {
     this.Rows.Add(row);
 }