private void InitClass() {
     this.DataSetName = "PrintEmployeeHoursForRestartWeekTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/PrintEmployeeHoursForRestartWeekTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablePrintEmployeeHoursForRestartWeek = new PrintEmployeeHoursForRestartWeekDataTable();
     base.Tables.Add(this.tablePrintEmployeeHoursForRestartWeek);
 }
 internal PrintEmployeeHoursForRestartWeekRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tablePrintEmployeeHoursForRestartWeek = ((PrintEmployeeHoursForRestartWeekDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tablePrintEmployeeHoursForRestartWeek = ((PrintEmployeeHoursForRestartWeekDataTable)(base.Tables["PrintEmployeeHoursForRestartWeek"]));
     if ((initTable == true)) {
         if ((this.tablePrintEmployeeHoursForRestartWeek != null)) {
             this.tablePrintEmployeeHoursForRestartWeek.InitVars();
         }
     }
 }