From 84c37012eca72b805092aba50a6378f9145a0acc Mon Sep 17 00:00:00 2001 From: Leon Hoppe Date: Fri, 14 Feb 2025 18:31:00 +0100 Subject: [PATCH] Added fully virtual properties --- .idea/.idea.HopFrame/.idea/workspace.xml | 63 ++++++++++--------- src/HopFrame.Core/Config/DbContextConfig.cs | 2 +- src/HopFrame.Core/Config/HopFrameConfig.cs | 2 +- src/HopFrame.Core/Config/PropertyConfig.cs | 55 +++++++++++++++- src/HopFrame.Core/Config/TableConfig.cs | 22 +++---- .../Implementations/ContextExplorer.cs | 4 +- .../Services/Implementations/TableManager.cs | 8 +-- .../Components/Dialogs/HopFrameEditor.razor | 21 ++++--- testing/HopFrame.Testing/Program.cs | 5 ++ .../Config/TableConfiguratorTests.cs | 4 +- .../Services/DisplayPropertyTests.cs | 2 +- 11 files changed, 129 insertions(+), 59 deletions(-) diff --git a/.idea/.idea.HopFrame/.idea/workspace.xml b/.idea/.idea.HopFrame/.idea/workspace.xml index 0de882e..1a0342d 100644 --- a/.idea/.idea.HopFrame/.idea/workspace.xml +++ b/.idea/.idea.HopFrame/.idea/workspace.xml @@ -12,10 +12,17 @@ - - - - + + + + + + + + + + +