DevicePage Class

Page where a regular user can view and edit a DeviceDto. This page is only accessible to users with the ViewDevices permission. The user can only make changes to the DeviceDto if they have the ManageDevices permission.

Definition

Namespace: MobileTrack.Web.Portal.Pages.Devices
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
[RouteAttribute("/{environmentId:guid}/device/{deviceId:guid}/{activeTab:int}")]
[RouteAttribute("/{environmentId:guid}/device/{deviceId:guid}")]
[RouteAttribute("/{environmentId:guid}/device/new")]
public class DevicePage : MtBaseComponent
Inheritance
Object    ComponentBase    MtBaseComponent    DevicePage

Constructors

DevicePageInitializes a new instance of the DevicePage class

Properties

ActiveTab The tab to display at startup (can be 0).
DeviceId The ID of the DeviceDto to display (derived from the URL).
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