Andrew McKaskill
06/26/2024, 10:31 AMSean Thorne
06/26/2024, 10:45 AM/settings node?Andrew McKaskill
06/26/2024, 10:50 AMAndrew McKaskill
06/26/2024, 10:50 AMAndrew McKaskill
06/26/2024, 10:51 AMSean Thorne
06/26/2024, 10:54 AMcs
protected override Person GetImpl(int id) {
       // expects Person return
       // does not care where you fetch it from
    }
Maybe it can be achieved similar for tree items (or a table view may be sufficient?)Sean Thorne
06/26/2024, 10:55 AMTId so you could configure by convention using string/similiar.
content_MyIdHere
db_MyIdHereAndrew McKaskill
06/26/2024, 10:56 AMSean Thorne
06/26/2024, 10:59 AM