public override DataTable Clone()
            {
                tui_ConfiguracionGrillaEstilosCondicionalesPerfilesDataTable cln = ((tui_ConfiguracionGrillaEstilosCondicionalesPerfilesDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 internal void InitVars()
 {
     this.tabletui_ConfiguracionGrillaEstilosCondicionalesPerfiles = ((tui_ConfiguracionGrillaEstilosCondicionalesPerfilesDataTable)(this.Tables["tui_ConfiguracionGrillaEstilosCondicionalesPerfiles"]));
     if ((this.tabletui_ConfiguracionGrillaEstilosCondicionalesPerfiles != null))
     {
         this.tabletui_ConfiguracionGrillaEstilosCondicionalesPerfiles.InitVars();
     }
 }
 private void InitClass()
 {
     this.DataSetName        = "tui_ConfiguracionGrillaEstilosCondicionalesPerfilesDataset";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/tui_ConfiguracionGrillaEstilosCondicionalesPerfiles.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tabletui_ConfiguracionGrillaEstilosCondicionalesPerfiles = new tui_ConfiguracionGrillaEstilosCondicionalesPerfilesDataTable();
     this.Tables.Add(this.tabletui_ConfiguracionGrillaEstilosCondicionalesPerfiles);
 }
 internal tui_ConfiguracionGrillaEstilosCondicionalesPerfilesRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tabletui_ConfiguracionGrillaEstilosCondicionalesPerfiles = ((tui_ConfiguracionGrillaEstilosCondicionalesPerfilesDataTable)(this.Table));
 }