Compare commits
2 Commits
0.0.0-11
...
a04a36f785
| Author | SHA1 | Date | |
|---|---|---|---|
| a04a36f785 | |||
| 3cc6eba28e |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -3,3 +3,5 @@ obj/
|
||||
/packages/
|
||||
riderModule.iml
|
||||
/_ReSharper.Caches/
|
||||
/.idea/
|
||||
SZUAbsolventenverein.sln.DotSettings.user
|
||||
@@ -17,4 +17,12 @@ public interface IReportUI
|
||||
/// The reportable Entity that is being reported.
|
||||
/// </summary>
|
||||
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