Cleaned up the table trimming methods. Group creation now proper marks rows as dirty when row attribute changes. Projections table processes successfully on the new modify record form.

This commit is contained in:
2017-01-20 22:46:48 -06:00
parent 9fa2e3c44a
commit 43bf07c212
10 changed files with 651 additions and 245 deletions
@@ -44,7 +44,9 @@ namespace AdvertsingProfitControl
{
_rowIds.Remove(key);
}
/// <summary>
/// Clears the collection of row IDs.
/// </summary>
public void ClearRowCollection()
{
_rowIds.Clear();
@@ -72,7 +74,7 @@ namespace AdvertsingProfitControl
/// Gets any error message set by the Insertion/Update operation function.
/// If none are set returns an empty string.
/// </summary>
/// <returns>The error message.</returns>
/// <returns>The error message, string.Empty if no message is set.</returns>
public string GetErrorMessage()
{
//If the error message is null then return string.Empty.