public twf_TareasRow Addtwf_TareasRow(long IdTarea, string Descripcion, long IdConexion, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, System.Guid RowId, string Observaciones, string DescripcionParaUsuario) { twf_TareasRow rowtwf_TareasRow = ((twf_TareasRow)(this.NewRow())); rowtwf_TareasRow.ItemArray = new object[] { IdTarea, Descripcion, IdConexion, FechaCreacion, IdConexionCreacion, UltimaModificacion, IdConexionUltimaModificacion, RowId, Observaciones, DescripcionParaUsuario }; this.Rows.Add(rowtwf_TareasRow); return(rowtwf_TareasRow); }
public twf_TareasRowChangeEvent(twf_TareasRow row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void Removetwf_TareasRow(twf_TareasRow row) { this.Rows.Remove(row); }
public void Addtwf_TareasRow(twf_TareasRow row) { this.Rows.Add(row); }