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