public twf_CaminosRow Addtwf_CaminosRow(long IdTareaOrigen, long IdTareaDestino, long IdProceso, short Power, short Frecuencia, long IdConexion, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, System.Guid RowId, string Observaciones) { twf_CaminosRow rowtwf_CaminosRow = ((twf_CaminosRow)(this.NewRow())); rowtwf_CaminosRow.ItemArray = new object[] { null, IdTareaOrigen, IdTareaDestino, IdProceso, Power, Frecuencia, IdConexion, FechaCreacion, IdConexionCreacion, UltimaModificacion, IdConexionUltimaModificacion, RowId, Observaciones }; this.Rows.Add(rowtwf_CaminosRow); return(rowtwf_CaminosRow); }
public twf_CaminosRowChangeEvent(twf_CaminosRow row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void Removetwf_CaminosRow(twf_CaminosRow row) { this.Rows.Remove(row); }
public void Addtwf_CaminosRow(twf_CaminosRow row) { this.Rows.Add(row); }