internal WebStoreApplicationsRow(DataRowBuilder rb)
     : base(rb)
 {
     this.tableWebStoreApplications = ((WebStoreApplicationsDataTable)(this.Table));
 }
 internal void InitVars()
 {
     this.tableWebStoreApplications = ((WebStoreApplicationsDataTable)(this.Tables["WebStoreApplications"]));
     if ((this.tableWebStoreApplications != null)) {
         this.tableWebStoreApplications.InitVars();
     }
 }
 private void InitClass()
 {
     this.DataSetName = "WebStore";
     this.Prefix = "";
     this.Namespace = "http://ecyware.com/2005/WebStore";
     this.Locale = new System.Globalization.CultureInfo("es-PA");
     this.CaseSensitive = false;
     this.EnforceConstraints = true;
     this.tableWebStoreApplications = new WebStoreApplicationsDataTable();
     this.Tables.Add(this.tableWebStoreApplications);
 }