internal void InitVars(bool initTable) {
     this.tableBasicInformation = ((BasicInformationDataTable)(base.Tables["BasicInformation"]));
     if ((initTable == true)) {
         if ((this.tableBasicInformation != null)) {
             this.tableBasicInformation.InitVars();
         }
     }
     this.tableOtherCostsInformation = ((OtherCostsInformationDataTable)(base.Tables["OtherCostsInformation"]));
     if ((initTable == true)) {
         if ((this.tableOtherCostsInformation != null)) {
             this.tableOtherCostsInformation.InitVars();
         }
     }
     this.tableUnitsInformation = ((UnitsInformationDataTable)(base.Tables["UnitsInformation"]));
     if ((initTable == true)) {
         if ((this.tableUnitsInformation != null)) {
             this.tableUnitsInformation.InitVars();
         }
     }
     this.tableLabourHoursInformation = ((LabourHoursInformationDataTable)(base.Tables["LabourHoursInformation"]));
     if ((initTable == true)) {
         if ((this.tableLabourHoursInformation != null)) {
             this.tableLabourHoursInformation.InitVars();
         }
     }
     this.tableMaterialsInformation = ((MaterialsInformationDataTable)(base.Tables["MaterialsInformation"]));
     if ((initTable == true)) {
         if ((this.tableMaterialsInformation != null)) {
             this.tableMaterialsInformation.InitVars();
         }
     }
     this.tableReportInformation = ((ReportInformationDataTable)(base.Tables["ReportInformation"]));
     if ((initTable == true)) {
         if ((this.tableReportInformation != null)) {
             this.tableReportInformation.InitVars();
         }
     }
     this.tableSubcontractorsInformation = ((SubcontractorsInformationDataTable)(base.Tables["SubcontractorsInformation"]));
     if ((initTable == true)) {
         if ((this.tableSubcontractorsInformation != null)) {
             this.tableSubcontractorsInformation.InitVars();
         }
     }
     this.tableRevenueInformation = ((RevenueInformationDataTable)(base.Tables["RevenueInformation"]));
     if ((initTable == true)) {
         if ((this.tableRevenueInformation != null)) {
             this.tableRevenueInformation.InitVars();
         }
     }
     this.tableCombinedBasicInformation = ((CombinedBasicInformationDataTable)(base.Tables["CombinedBasicInformation"]));
     if ((initTable == true)) {
         if ((this.tableCombinedBasicInformation != null)) {
             this.tableCombinedBasicInformation.InitVars();
         }
     }
     this.tableCombinedLabourHoursInformation = ((CombinedLabourHoursInformationDataTable)(base.Tables["CombinedLabourHoursInformation"]));
     if ((initTable == true)) {
         if ((this.tableCombinedLabourHoursInformation != null)) {
             this.tableCombinedLabourHoursInformation.InitVars();
         }
     }
     this.tableCombinedUnitsInformation = ((CombinedUnitsInformationDataTable)(base.Tables["CombinedUnitsInformation"]));
     if ((initTable == true)) {
         if ((this.tableCombinedUnitsInformation != null)) {
             this.tableCombinedUnitsInformation.InitVars();
         }
     }
     this.tableCombinedMaterialsInformation = ((CombinedMaterialsInformationDataTable)(base.Tables["CombinedMaterialsInformation"]));
     if ((initTable == true)) {
         if ((this.tableCombinedMaterialsInformation != null)) {
             this.tableCombinedMaterialsInformation.InitVars();
         }
     }
     this.tableCombinedSubcontractorsInformation = ((CombinedSubcontractorsInformationDataTable)(base.Tables["CombinedSubcontractorsInformation"]));
     if ((initTable == true)) {
         if ((this.tableCombinedSubcontractorsInformation != null)) {
             this.tableCombinedSubcontractorsInformation.InitVars();
         }
     }
     this.tableCombinedRevenueInformation = ((CombinedRevenueInformationDataTable)(base.Tables["CombinedRevenueInformation"]));
     if ((initTable == true)) {
         if ((this.tableCombinedRevenueInformation != null)) {
             this.tableCombinedRevenueInformation.InitVars();
         }
     }
     this.tableCombinedOtherCostsInformation = ((CombinedOtherCostsInformationDataTable)(base.Tables["CombinedOtherCostsInformation"]));
     if ((initTable == true)) {
         if ((this.tableCombinedOtherCostsInformation != null)) {
             this.tableCombinedOtherCostsInformation.InitVars();
         }
     }
     this.tableHotelsInformation = ((HotelsInformationDataTable)(base.Tables["HotelsInformation"]));
     if ((initTable == true)) {
         if ((this.tableHotelsInformation != null)) {
             this.tableHotelsInformation.InitVars();
         }
     }
     this.tableBondingsInformation = ((BondingsInformationDataTable)(base.Tables["BondingsInformation"]));
     if ((initTable == true)) {
         if ((this.tableBondingsInformation != null)) {
             this.tableBondingsInformation.InitVars();
         }
     }
     this.tableInsurancesInformation = ((InsurancesInformationDataTable)(base.Tables["InsurancesInformation"]));
     if ((initTable == true)) {
         if ((this.tableInsurancesInformation != null)) {
             this.tableInsurancesInformation.InitVars();
         }
     }
     this.tableOtherCategoryInformation = ((OtherCategoryInformationDataTable)(base.Tables["OtherCategoryInformation"]));
     if ((initTable == true)) {
         if ((this.tableOtherCategoryInformation != null)) {
             this.tableOtherCategoryInformation.InitVars();
         }
     }
 }
 private void InitClass() {
     this.DataSetName = "ProjectCostingSheetInformationTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/ProjectCostingSheetInformationTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableBasicInformation = new BasicInformationDataTable();
     base.Tables.Add(this.tableBasicInformation);
     this.tableOtherCostsInformation = new OtherCostsInformationDataTable();
     base.Tables.Add(this.tableOtherCostsInformation);
     this.tableUnitsInformation = new UnitsInformationDataTable();
     base.Tables.Add(this.tableUnitsInformation);
     this.tableLabourHoursInformation = new LabourHoursInformationDataTable();
     base.Tables.Add(this.tableLabourHoursInformation);
     this.tableMaterialsInformation = new MaterialsInformationDataTable();
     base.Tables.Add(this.tableMaterialsInformation);
     this.tableReportInformation = new ReportInformationDataTable();
     base.Tables.Add(this.tableReportInformation);
     this.tableSubcontractorsInformation = new SubcontractorsInformationDataTable();
     base.Tables.Add(this.tableSubcontractorsInformation);
     this.tableRevenueInformation = new RevenueInformationDataTable();
     base.Tables.Add(this.tableRevenueInformation);
     this.tableCombinedBasicInformation = new CombinedBasicInformationDataTable();
     base.Tables.Add(this.tableCombinedBasicInformation);
     this.tableCombinedLabourHoursInformation = new CombinedLabourHoursInformationDataTable();
     base.Tables.Add(this.tableCombinedLabourHoursInformation);
     this.tableCombinedUnitsInformation = new CombinedUnitsInformationDataTable();
     base.Tables.Add(this.tableCombinedUnitsInformation);
     this.tableCombinedMaterialsInformation = new CombinedMaterialsInformationDataTable();
     base.Tables.Add(this.tableCombinedMaterialsInformation);
     this.tableCombinedSubcontractorsInformation = new CombinedSubcontractorsInformationDataTable();
     base.Tables.Add(this.tableCombinedSubcontractorsInformation);
     this.tableCombinedRevenueInformation = new CombinedRevenueInformationDataTable();
     base.Tables.Add(this.tableCombinedRevenueInformation);
     this.tableCombinedOtherCostsInformation = new CombinedOtherCostsInformationDataTable();
     base.Tables.Add(this.tableCombinedOtherCostsInformation);
     this.tableHotelsInformation = new HotelsInformationDataTable();
     base.Tables.Add(this.tableHotelsInformation);
     this.tableBondingsInformation = new BondingsInformationDataTable();
     base.Tables.Add(this.tableBondingsInformation);
     this.tableInsurancesInformation = new InsurancesInformationDataTable();
     base.Tables.Add(this.tableInsurancesInformation);
     this.tableOtherCategoryInformation = new OtherCategoryInformationDataTable();
     base.Tables.Add(this.tableOtherCategoryInformation);
 }
 internal ReportInformationRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableReportInformation = ((ReportInformationDataTable)(this.Table));
 }