NavHelper Class |
Namespace: NetQuarry
The NavHelper type exposes the following members.
Name | Description | |
---|---|---|
AppendCount(IAppContext, NavTarget, String, String, String) |
Append a record count to the provided NavTarget caption provided in captionText.
This method is normally called only when the AppendCount attribute is set on
the NavTarget. The appended count may include HTML formatting.
Note that if an error occurs while retrieving the record count that error is suppressed and the count indicator added to the caption will be rendered to indicate that the count could not be obtained. When adding the count to the caption, various other NavTarget settings affect how the count is presented including:
| |
AppendCount(IAppContext, NavTarget, String, String, String, String, String) |
Append a record count to the provided NavTarget caption provided in captionText.
This method is normally called only when the AppendCount attribute is set on
the NavTarget. The appended count may include HTML formatting.
Note that if an error occurs while retrieving the record count that error is suppressed and the count indicator added to the caption will be rendered to indicate that the count could not be obtained. When adding the count to the caption, various other NavTarget settings affect how the count is presented including:
| |
GetLinkParams | ||
ReportLink |
Construct a report link from a NavTarget whose TargetType
is "report".
If the report is unavailable then a null link will be returned. If unavailable and the report is unknown, a problem description (appropriate for a developer) will be returned in problemText. Note that if the report is unavailable, but known (e.g. permissioned out) then no problemText will be returned and it is expected that the caller will not render the link. |