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

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