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

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