public tui_ConfiguracionGrillaEstilosCondicionalesRow Addtui_ConfiguracionGrillaEstilosCondicionalesRow(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_ConfiguracionGrillaEstilosCondicionalesRow rowtui_ConfiguracionGrillaEstilosCondicionalesRow = ((tui_ConfiguracionGrillaEstilosCondicionalesRow)(this.NewRow()));

                rowtui_ConfiguracionGrillaEstilosCondicionalesRow.ItemArray = new object[] {
                    IdConfiguracion,
                    Nombre,
                    IdUsuarioCreador,
                    Activo,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal
                };
                this.Rows.Add(rowtui_ConfiguracionGrillaEstilosCondicionalesRow);
                return(rowtui_ConfiguracionGrillaEstilosCondicionalesRow);
            }
 public tui_ConfiguracionGrillaEstilosCondicionalesRowChangeEvent(tui_ConfiguracionGrillaEstilosCondicionalesRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetui_ConfiguracionGrillaEstilosCondicionalesRow(tui_ConfiguracionGrillaEstilosCondicionalesRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtui_ConfiguracionGrillaEstilosCondicionalesRow(tui_ConfiguracionGrillaEstilosCondicionalesRow row)
 {
     this.Rows.Add(row);
 }