Exemple #1
0
 internal void InitVars()
 {
     this.tableSecurityRight = (SecurityRightDataTable)base.Tables["SecurityRight"];
     if (this.tableSecurityRight != null)
     {
         this.tableSecurityRight.InitVars();
     }
 }
 private void InitClass()
 {
     base.DataSetName = "SecurityRightData";
     base.Prefix = "";
     base.Namespace = "http://tempuri.org/SecurityRightData.xsd";
     base.Locale = new CultureInfo("en-US");
     base.CaseSensitive = false;
     base.EnforceConstraints = true;
     this.tableSecurityRight = new SecurityRightDataTable();
     base.Tables.Add(this.tableSecurityRight);
 }
Exemple #3
0
 private void InitClass()
 {
     base.DataSetName        = "SecurityRightData";
     base.Prefix             = "";
     base.Namespace          = "http://tempuri.org/SecurityRightData.xsd";
     base.Locale             = new CultureInfo("en-US");
     base.CaseSensitive      = false;
     base.EnforceConstraints = true;
     this.tableSecurityRight = new SecurityRightDataTable();
     base.Tables.Add(this.tableSecurityRight);
 }
 internal void InitVars()
 {
     this.tableSecurityRight = (SecurityRightDataTable) base.Tables["SecurityRight"];
     if (this.tableSecurityRight != null)
     {
         this.tableSecurityRight.InitVars();
     }
 }