internal void InitVars()
 {
     this.tableWebSecurityAddIns = (WebSecurityAddInsDataTable)base.Tables["WebSecurityAddIns"];
     if (this.tableWebSecurityAddIns != null)
     {
         this.tableWebSecurityAddIns.InitVars();
     }
 }
 private void InitClass()
 {
     base.DataSetName            = "WebSecurityAddInData";
     base.Prefix                 = "";
     base.Namespace              = "http://tempuri.org/WebSecurityAddInData.xsd";
     base.Locale                 = new CultureInfo("en-US");
     base.CaseSensitive          = false;
     base.EnforceConstraints     = true;
     this.tableWebSecurityAddIns = new WebSecurityAddInsDataTable();
     base.Tables.Add(this.tableWebSecurityAddIns);
 }
 private void InitClass()
 {
     base.DataSetName = "WebSecurityAddInData";
     base.Prefix = "";
     base.Namespace = "http://tempuri.org/WebSecurityAddInData.xsd";
     base.Locale = new CultureInfo("en-US");
     base.CaseSensitive = false;
     base.EnforceConstraints = true;
     this.tableWebSecurityAddIns = new WebSecurityAddInsDataTable();
     base.Tables.Add(this.tableWebSecurityAddIns);
 }
 internal void InitVars()
 {
     this.tableWebSecurityAddIns = (WebSecurityAddInsDataTable) base.Tables["WebSecurityAddIns"];
     if (this.tableWebSecurityAddIns != null)
     {
         this.tableWebSecurityAddIns.InitVars();
     }
 }