Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3cc6eba28e |
@@ -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