Formatting

This commit is contained in:
Michael Bucari-Tovo 2022-06-08 09:46:11 -06:00
parent a476d5986d
commit 859a8e933c
2 changed files with 17 additions and 17 deletions

View file

@ -65,6 +65,8 @@ namespace LibationWinForms.GridView
NotifyPropertyChanged();
}
#region Data Sorting
/// <summary>Create getters for all member object values by name</summary>
protected override Dictionary<string, Func<object>> CreateMemberValueDictionary() => new()
{
@ -83,5 +85,7 @@ namespace LibationWinForms.GridView
{ nameof(Liberate), () => Liberate },
{ nameof(DateAdded), () => DateAdded },
};
#endregion
}
}