HelpMain Class

The main help page in the MobileTrack application.

Definition

Namespace: MobileTrack.Web.Portal.Pages.Admin.Helps
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
[LayoutAttribute(typeof(HelpLayout))]
[RouteAttribute("/admin/help/{Language}/{Topic}/{UrlString}")]
[RouteAttribute("/admin/help/{Language}/{Topic}")]
[RouteAttribute("/admin/help/{Language}")]
public class HelpMain : MtBaseComponent
Inheritance
Object    ComponentBase    MtBaseComponent    HelpMain

Constructors

HelpMainInitializes a new instance of the HelpMain class

Properties

Dialog Confirm dialog before the user proceeds
Help The HelpDto object
JsRuntime Dependency Injected JavaScript interop runtime.
Language Language code. E.g. en, nl, de
NavItems List of NavItems for the sidebar
NewItemString The new item string entered by user
RequiredPermissionsForManage Lists the permissions the user needs to be able to manage the page/item
(Overrides MtBaseComponentRequiredPermissionsForManage)
RequiredPermissionsForView Lists the permissions the user needs to be able to view the page/item
(Overrides MtBaseComponentRequiredPermissionsForView)
Topic Content category
TopicToEdit Topic to be edited
UpdateTopicNameModal Model to edit the topic's name
UrlString The URL string containing content IDs

Methods

BuildRenderTree
(Overrides ComponentBaseBuildRenderTree(RenderTreeBuilder))
OnInitialized Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree.
(Overrides ComponentBaseOnInitialized)
OnParametersSet Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.
(Overrides ComponentBaseOnParametersSet)

See Also