public tui_ConfiguracionGrillaEstilosCondicionalesPerfilesRow Addtui_ConfiguracionGrillaEstilosCondicionalesPerfilesRow(long IdPerfil, long IdConfiguracion, string Nombre, string IdUsuarioCreador, bool Activo, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal)
            {
                tui_ConfiguracionGrillaEstilosCondicionalesPerfilesRow rowtui_ConfiguracionGrillaEstilosCondicionalesPerfilesRow = ((tui_ConfiguracionGrillaEstilosCondicionalesPerfilesRow)(this.NewRow()));

                rowtui_ConfiguracionGrillaEstilosCondicionalesPerfilesRow.ItemArray = new object[] {
                    IdPerfil,
                    IdConfiguracion,
                    Nombre,
                    IdUsuarioCreador,
                    Activo,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal
                };
                this.Rows.Add(rowtui_ConfiguracionGrillaEstilosCondicionalesPerfilesRow);
                return(rowtui_ConfiguracionGrillaEstilosCondicionalesPerfilesRow);
            }
 public tui_ConfiguracionGrillaEstilosCondicionalesPerfilesRowChangeEvent(tui_ConfiguracionGrillaEstilosCondicionalesPerfilesRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetui_ConfiguracionGrillaEstilosCondicionalesPerfilesRow(tui_ConfiguracionGrillaEstilosCondicionalesPerfilesRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtui_ConfiguracionGrillaEstilosCondicionalesPerfilesRow(tui_ConfiguracionGrillaEstilosCondicionalesPerfilesRow row)
 {
     this.Rows.Add(row);
 }