Refactor ProductsGrid

This commit is contained in:
Michael Bucari-Tovo 2022-05-23 15:29:26 -06:00
parent e8a320dac9
commit 593fe57ea1
19 changed files with 768 additions and 837 deletions

View file

@ -17,7 +17,7 @@ namespace LibationWinForms
/// <summary>
/// The View Model for a LibraryBook
/// </summary>
internal class LibraryBookEntry : GridEntry
public class LibraryBookEntry : GridEntry
{
#region implementation properties NOT exposed to the view
// hide from public fields from Data Source GUI with [Browsable(false)]
@ -187,7 +187,7 @@ namespace LibationWinForms
{ nameof(Category), () => Category },
{ nameof(Misc), () => Misc },
{ nameof(DisplayTags), () => DisplayTags },
{ nameof(Liberate), () => Liberate.BookStatus },
{ nameof(Liberate), () => Liberate },
{ nameof(DateAdded), () => DateAdded },
};