internal LFS_LABOUR_HOURS_ACTUAL_COSTS_BONDING_COSTSRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_BONDING_COSTS = ((LFS_LABOUR_HOURS_ACTUAL_COSTS_BONDING_COSTSDataTable)(this.Table));
 }
 private void InitClass() {
     this.DataSetName = "ActualCostsTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/ActualCostsTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_SUBCONTRACTOR_COSTS = new LFS_LABOUR_HOURS_ACTUAL_COSTS_SUBCONTRACTOR_COSTSDataTable();
     base.Tables.Add(this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_SUBCONTRACTOR_COSTS);
     this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_CATEGORY = new LFS_LABOUR_HOURS_ACTUAL_COSTS_CATEGORYDataTable();
     base.Tables.Add(this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_CATEGORY);
     this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_BONDING_COSTS = new LFS_LABOUR_HOURS_ACTUAL_COSTS_BONDING_COSTSDataTable();
     base.Tables.Add(this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_BONDING_COSTS);
     this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_HOTEL_COSTS = new LFS_LABOUR_HOURS_ACTUAL_COSTS_HOTEL_COSTSDataTable();
     base.Tables.Add(this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_HOTEL_COSTS);
     this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_INSURANCE_COSTS = new LFS_LABOUR_HOURS_ACTUAL_COSTS_INSURANCE_COSTSDataTable();
     base.Tables.Add(this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_INSURANCE_COSTS);
     this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_OTHER_COSTS = new LFS_LABOUR_HOURS_ACTUAL_COSTS_OTHER_COSTSDataTable();
     base.Tables.Add(this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_OTHER_COSTS);
 }
 internal void InitVars(bool initTable) {
     this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_SUBCONTRACTOR_COSTS = ((LFS_LABOUR_HOURS_ACTUAL_COSTS_SUBCONTRACTOR_COSTSDataTable)(base.Tables["LFS_LABOUR_HOURS_ACTUAL_COSTS_SUBCONTRACTOR_COSTS"]));
     if ((initTable == true)) {
         if ((this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_SUBCONTRACTOR_COSTS != null)) {
             this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_SUBCONTRACTOR_COSTS.InitVars();
         }
     }
     this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_CATEGORY = ((LFS_LABOUR_HOURS_ACTUAL_COSTS_CATEGORYDataTable)(base.Tables["LFS_LABOUR_HOURS_ACTUAL_COSTS_CATEGORY"]));
     if ((initTable == true)) {
         if ((this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_CATEGORY != null)) {
             this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_CATEGORY.InitVars();
         }
     }
     this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_BONDING_COSTS = ((LFS_LABOUR_HOURS_ACTUAL_COSTS_BONDING_COSTSDataTable)(base.Tables["LFS_LABOUR_HOURS_ACTUAL_COSTS_BONDING_COSTS"]));
     if ((initTable == true)) {
         if ((this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_BONDING_COSTS != null)) {
             this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_BONDING_COSTS.InitVars();
         }
     }
     this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_HOTEL_COSTS = ((LFS_LABOUR_HOURS_ACTUAL_COSTS_HOTEL_COSTSDataTable)(base.Tables["LFS_LABOUR_HOURS_ACTUAL_COSTS_HOTEL_COSTS"]));
     if ((initTable == true)) {
         if ((this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_HOTEL_COSTS != null)) {
             this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_HOTEL_COSTS.InitVars();
         }
     }
     this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_INSURANCE_COSTS = ((LFS_LABOUR_HOURS_ACTUAL_COSTS_INSURANCE_COSTSDataTable)(base.Tables["LFS_LABOUR_HOURS_ACTUAL_COSTS_INSURANCE_COSTS"]));
     if ((initTable == true)) {
         if ((this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_INSURANCE_COSTS != null)) {
             this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_INSURANCE_COSTS.InitVars();
         }
     }
     this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_OTHER_COSTS = ((LFS_LABOUR_HOURS_ACTUAL_COSTS_OTHER_COSTSDataTable)(base.Tables["LFS_LABOUR_HOURS_ACTUAL_COSTS_OTHER_COSTS"]));
     if ((initTable == true)) {
         if ((this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_OTHER_COSTS != null)) {
             this.tableLFS_LABOUR_HOURS_ACTUAL_COSTS_OTHER_COSTS.InitVars();
         }
     }
 }