public override global::System.Data.DataTable Clone()
            {
                TimePeriodsDataTable cln = ((TimePeriodsDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName = "TimePeriodDataSet";
     this.Prefix      = "";
     this.Namespace   = "http://schemas.microsoft.com/office/project/server/webservices/TimePeriodDataSet/" +
                        "";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableTimePeriods        = new TimePeriodsDataTable();
     base.Tables.Add(this.tableTimePeriods);
 }
 internal void InitVars(bool initTable)
 {
     this.tableTimePeriods = ((TimePeriodsDataTable)(base.Tables["TimePeriods"]));
     if ((initTable == true))
     {
         if ((this.tableTimePeriods != null))
         {
             this.tableTimePeriods.InitVars();
         }
     }
 }
 internal TimePeriodsRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableTimePeriods = ((TimePeriodsDataTable)(this.Table));
 }