public tui_ConfiguracionGrillaEstilosCondicionalesDetRow Addtui_ConfiguracionGrillaEstilosCondicionalesDetRow(long IdConfiguracion, long IdCondicion, string Columna, string Condicion, string Valor, string ValorColumna, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal)
            {
                tui_ConfiguracionGrillaEstilosCondicionalesDetRow rowtui_ConfiguracionGrillaEstilosCondicionalesDetRow = ((tui_ConfiguracionGrillaEstilosCondicionalesDetRow)(this.NewRow()));

                rowtui_ConfiguracionGrillaEstilosCondicionalesDetRow.ItemArray = new object[] {
                    IdConfiguracion,
                    IdCondicion,
                    Columna,
                    Condicion,
                    Valor,
                    ValorColumna,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal
                };
                this.Rows.Add(rowtui_ConfiguracionGrillaEstilosCondicionalesDetRow);
                return(rowtui_ConfiguracionGrillaEstilosCondicionalesDetRow);
            }
 public tui_ConfiguracionGrillaEstilosCondicionalesDetRowChangeEvent(tui_ConfiguracionGrillaEstilosCondicionalesDetRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetui_ConfiguracionGrillaEstilosCondicionalesDetRow(tui_ConfiguracionGrillaEstilosCondicionalesDetRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtui_ConfiguracionGrillaEstilosCondicionalesDetRow(tui_ConfiguracionGrillaEstilosCondicionalesDetRow row)
 {
     this.Rows.Add(row);
 }