private void InitClass() { this.DataSetName = "ServiceInformationTDS"; this.Prefix = ""; this.Namespace = "http://tempuri.org/ServiceInformationTDS.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableNoteInformation = new NoteInformationDataTable(); base.Tables.Add(this.tableNoteInformation); this.tableCostInformation = new CostInformationDataTable(); base.Tables.Add(this.tableCostInformation); this.tableBasicInformation = new BasicInformationDataTable(); base.Tables.Add(this.tableBasicInformation); }
internal CostInformationRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableCostInformation = ((CostInformationDataTable)(this.Table)); }
private void InitClass() { this.DataSetName = "UnitInformationTDS"; this.Prefix = ""; this.Namespace = "http://tempuri.org/UnitInformationTDS.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableUnitDetails = new UnitDetailsDataTable(); base.Tables.Add(this.tableUnitDetails); this.tableChecklistDetails = new ChecklistDetailsDataTable(); base.Tables.Add(this.tableChecklistDetails); this.tableServiceDetails = new ServiceDetailsDataTable(); base.Tables.Add(this.tableServiceDetails); this.tableInspectionDetails = new InspectionDetailsDataTable(); base.Tables.Add(this.tableInspectionDetails); this.tableNoteInformation = new NoteInformationDataTable(); base.Tables.Add(this.tableNoteInformation); this.tableCostInformation = new CostInformationDataTable(); base.Tables.Add(this.tableCostInformation); this.tableCostExceptionsInformation = new CostExceptionsInformationDataTable(); base.Tables.Add(this.tableCostExceptionsInformation); }
internal void InitVars(bool initTable) { this.tableNoteInformation = ((NoteInformationDataTable)(base.Tables["NoteInformation"])); if ((initTable == true)) { if ((this.tableNoteInformation != null)) { this.tableNoteInformation.InitVars(); } } this.tableCostInformation = ((CostInformationDataTable)(base.Tables["CostInformation"])); if ((initTable == true)) { if ((this.tableCostInformation != null)) { this.tableCostInformation.InitVars(); } } this.tableBasicInformation = ((BasicInformationDataTable)(base.Tables["BasicInformation"])); if ((initTable == true)) { if ((this.tableBasicInformation != null)) { this.tableBasicInformation.InitVars(); } } }
internal void InitVars(bool initTable) { this.tableUnitDetails = ((UnitDetailsDataTable)(base.Tables["UnitDetails"])); if ((initTable == true)) { if ((this.tableUnitDetails != null)) { this.tableUnitDetails.InitVars(); } } this.tableChecklistDetails = ((ChecklistDetailsDataTable)(base.Tables["ChecklistDetails"])); if ((initTable == true)) { if ((this.tableChecklistDetails != null)) { this.tableChecklistDetails.InitVars(); } } this.tableServiceDetails = ((ServiceDetailsDataTable)(base.Tables["ServiceDetails"])); if ((initTable == true)) { if ((this.tableServiceDetails != null)) { this.tableServiceDetails.InitVars(); } } this.tableInspectionDetails = ((InspectionDetailsDataTable)(base.Tables["InspectionDetails"])); if ((initTable == true)) { if ((this.tableInspectionDetails != null)) { this.tableInspectionDetails.InitVars(); } } this.tableNoteInformation = ((NoteInformationDataTable)(base.Tables["NoteInformation"])); if ((initTable == true)) { if ((this.tableNoteInformation != null)) { this.tableNoteInformation.InitVars(); } } this.tableCostInformation = ((CostInformationDataTable)(base.Tables["CostInformation"])); if ((initTable == true)) { if ((this.tableCostInformation != null)) { this.tableCostInformation.InitVars(); } } this.tableCostExceptionsInformation = ((CostExceptionsInformationDataTable)(base.Tables["CostExceptionsInformation"])); if ((initTable == true)) { if ((this.tableCostExceptionsInformation != null)) { this.tableCostExceptionsInformation.InitVars(); } } }