internal ServiceRequestsRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableServiceRequests = ((ServiceRequestsDataTable)(this.Table));
 }
 private void InitClass() {
     this.DataSetName = "ServiceRequestsManagerToolTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/ServiceRequestsManagerToolTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableCostInformation = new CostInformationDataTable();
     base.Tables.Add(this.tableCostInformation);
     this.tableServiceRequests = new ServiceRequestsDataTable();
     base.Tables.Add(this.tableServiceRequests);
     this.tableBasicInformation = new BasicInformationDataTable();
     base.Tables.Add(this.tableBasicInformation);
     this.tableNoteInformation = new NoteInformationDataTable();
     base.Tables.Add(this.tableNoteInformation);
 }
 internal void InitVars(bool initTable) {
     this.tableCostInformation = ((CostInformationDataTable)(base.Tables["CostInformation"]));
     if ((initTable == true)) {
         if ((this.tableCostInformation != null)) {
             this.tableCostInformation.InitVars();
         }
     }
     this.tableServiceRequests = ((ServiceRequestsDataTable)(base.Tables["ServiceRequests"]));
     if ((initTable == true)) {
         if ((this.tableServiceRequests != null)) {
             this.tableServiceRequests.InitVars();
         }
     }
     this.tableBasicInformation = ((BasicInformationDataTable)(base.Tables["BasicInformation"]));
     if ((initTable == true)) {
         if ((this.tableBasicInformation != null)) {
             this.tableBasicInformation.InitVars();
         }
     }
     this.tableNoteInformation = ((NoteInformationDataTable)(base.Tables["NoteInformation"]));
     if ((initTable == true)) {
         if ((this.tableNoteInformation != null)) {
             this.tableNoteInformation.InitVars();
         }
     }
 }