public tui_ConfiguracionGrillaEstilosCondicionalesDetPerfilesRow Addtui_ConfiguracionGrillaEstilosCondicionalesDetPerfilesRow(long IdPerfil, 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_ConfiguracionGrillaEstilosCondicionalesDetPerfilesRow rowtui_ConfiguracionGrillaEstilosCondicionalesDetPerfilesRow = ((tui_ConfiguracionGrillaEstilosCondicionalesDetPerfilesRow)(this.NewRow())); rowtui_ConfiguracionGrillaEstilosCondicionalesDetPerfilesRow.ItemArray = new object[] { IdPerfil, IdConfiguracion, IdCondicion, Columna, Condicion, Valor, ValorColumna, FechaCreacion, IdConexionCreacion, UltimaModificacion, IdConexionUltimaModificacion, IdReservado, RowId, IdEmpresa, IdSucursal }; this.Rows.Add(rowtui_ConfiguracionGrillaEstilosCondicionalesDetPerfilesRow); return(rowtui_ConfiguracionGrillaEstilosCondicionalesDetPerfilesRow); }
public tui_ConfiguracionGrillaEstilosCondicionalesDetPerfilesRowChangeEvent(tui_ConfiguracionGrillaEstilosCondicionalesDetPerfilesRow row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void Removetui_ConfiguracionGrillaEstilosCondicionalesDetPerfilesRow(tui_ConfiguracionGrillaEstilosCondicionalesDetPerfilesRow row) { this.Rows.Remove(row); }
public void Addtui_ConfiguracionGrillaEstilosCondicionalesDetPerfilesRow(tui_ConfiguracionGrillaEstilosCondicionalesDetPerfilesRow row) { this.Rows.Add(row); }