DashboardEditor Class

Default page the MobileTrack support user lands after signing in.

Definition

Namespace: MobileTrack.Web.Portal.Pages
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
[RouteAttribute("/admin/dashboardeditor")]
[RouteAttribute("/dashboardeditor")]
public class DashboardEditor : MtBaseComponent
Inheritance
Object    ComponentBase    MtBaseComponent    DashboardEditor

Constructors

DashboardEditorInitializes a new instance of the DashboardEditor class

Properties

Dashboard Gets or sets the dashboard data for the admin page.
EditContext Edit context for the dashboard form
ErrorMessage Message shown if the user tries to add a module but there is no more space
FormOverlay Form overlay for submitting the form.
PreloadService Dependency injected PreloadService for showing and hiding the preload spinner
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)

Methods

BuildRenderTree
(Overrides ComponentBaseBuildRenderTree(RenderTreeBuilder))
OnInitializedAsync Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree. Override this method if you will perform an asynchronous operation and want the component to refresh when that operation is completed.
(Overrides ComponentBaseOnInitializedAsync)

See Also