Exemple #1
0
 public SegmentLining(DataRow rawData)
     :base(rawData)
 {
     ConstructionRecord = new SLConstructionRecordType();
     InspectionRecords = new SLInspectionRecordType();
     //RehabilitationRecords = new Collection<SLRehabilitationRecordType>();
 }
Exemple #2
0
 public SegmentLining()
 {
     ConstructionRecord = new SLConstructionRecordType();
     InspectionRecords = new SLInspectionRecordType();
     //RehabilitationRecords = new Collection<SLRehabilitationRecordType>();
 }