New: Construct Parameter List
All checks were successful
release-nuget-package / Release NuGet Package (push) Successful in 42s
All checks were successful
release-nuget-package / Release NuGet Package (push) Successful in 42s
This commit is contained in:
@@ -17,4 +17,12 @@ public interface IReportUI
|
|||||||
/// The reportable Entity that is being reported.
|
/// The reportable Entity that is being reported.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
IReportable ReportableEntity { get; set; }
|
IReportable ReportableEntity { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Constructs a list of parameters to be passed to the component.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="reportableEntity">The entity to be reported.</param>
|
||||||
|
/// <param name="RenderModeBoundary">The render mode boundary.</param>
|
||||||
|
/// <returns>A dictionary of parameters. For </returns>
|
||||||
|
Dictionary<string, object> ConstructParameterList(IReportable reportableEntity, object RenderModeBoundary);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user