EnvironmentsViewer Class

Environments overview page for the company, for MobileTrack support users

Definition

Namespace: MobileTrack.Web.Portal.Pages.Admin.CompanyOverviews.Environments
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
[RouteAttribute("/admin/company/{companyId:guid}/{environmentId:guid}/environments")]
public class EnvironmentsViewer : MtBaseComponent
Inheritance
Object    ComponentBase    MtBaseComponent    EnvironmentsViewer

Constructors

EnvironmentsViewerInitializes a new instance of the EnvironmentsViewer class

Properties

EnvironmentsOverviews Environment overview we're currently using.
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))
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