NEW: ConstructParameterList

This commit is contained in:
2026-02-19 17:57:41 +01:00
parent 235ab23ed4
commit 71d8059ee7
3 changed files with 10 additions and 3 deletions

View File

@@ -49,7 +49,14 @@
{
_showReportModal = false;
}
public Dictionary<string, object> ConstructParameterList(IReportable reportableEntity, object RenderModeBoundary) {
Dictionary<string, object> _parameters = new Dictionary<string, object>();
_parameters["ReportableEntity"] = _blackBoard;
_parameters["RenderModeBoundary"] = RenderModeBoundary;
return _parameters;
}
private async Task ReportEntry()
{
// Basic null checks to avoid runtime NREs