EnvironmentPage Class

Displays the data of a specific selected EnvironmentDto for the user to view and edit.

Definition

Namespace: MobileTrack.Web.Portal.Pages.Environments
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
[RouteAttribute("/{environmentId:guid}")]
public class EnvironmentPage : MtBaseComponent
Inheritance
Object    ComponentBase    MtBaseComponent    EnvironmentPage

Constructors

EnvironmentPageInitializes a new instance of the EnvironmentPage class

Properties

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

See Also