private void InitClass() { this.DataSetName = "ActualCostsInformationTDS"; this.Prefix = ""; this.Namespace = "http://tempuri.org/ActualCostsInformationTDS.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableSubcontractorBasicInformation = new SubcontractorBasicInformationDataTable(); base.Tables.Add(this.tableSubcontractorBasicInformation); this.tableHotelCostsBasicInformation = new HotelCostsBasicInformationDataTable(); base.Tables.Add(this.tableHotelCostsBasicInformation); this.tableBondingCostsBasicInformation = new BondingCostsBasicInformationDataTable(); base.Tables.Add(this.tableBondingCostsBasicInformation); this.tableInsuranceCostsBasicInformation = new InsuranceCostsBasicInformationDataTable(); base.Tables.Add(this.tableInsuranceCostsBasicInformation); this.tableOtherCostsBasicInformation = new OtherCostsBasicInformationDataTable(); base.Tables.Add(this.tableOtherCostsBasicInformation); }
internal HotelCostsBasicInformationRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableHotelCostsBasicInformation = ((HotelCostsBasicInformationDataTable)(this.Table)); }
internal void InitVars(bool initTable) { this.tableSubcontractorBasicInformation = ((SubcontractorBasicInformationDataTable)(base.Tables["SubcontractorBasicInformation"])); if ((initTable == true)) { if ((this.tableSubcontractorBasicInformation != null)) { this.tableSubcontractorBasicInformation.InitVars(); } } this.tableHotelCostsBasicInformation = ((HotelCostsBasicInformationDataTable)(base.Tables["HotelCostsBasicInformation"])); if ((initTable == true)) { if ((this.tableHotelCostsBasicInformation != null)) { this.tableHotelCostsBasicInformation.InitVars(); } } this.tableBondingCostsBasicInformation = ((BondingCostsBasicInformationDataTable)(base.Tables["BondingCostsBasicInformation"])); if ((initTable == true)) { if ((this.tableBondingCostsBasicInformation != null)) { this.tableBondingCostsBasicInformation.InitVars(); } } this.tableInsuranceCostsBasicInformation = ((InsuranceCostsBasicInformationDataTable)(base.Tables["InsuranceCostsBasicInformation"])); if ((initTable == true)) { if ((this.tableInsuranceCostsBasicInformation != null)) { this.tableInsuranceCostsBasicInformation.InitVars(); } } this.tableOtherCostsBasicInformation = ((OtherCostsBasicInformationDataTable)(base.Tables["OtherCostsBasicInformation"])); if ((initTable == true)) { if ((this.tableOtherCostsBasicInformation != null)) { this.tableOtherCostsBasicInformation.InitVars(); } } }