AccountPage Class

Page that displays an AccountDto and allows the user to edit it.

Definition

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

Constructors

AccountPageInitializes a new instance of the AccountPage class

Properties

AccountId The ID of the AccountDto to display (derived from the URL).
ActiveTab The Tab that will be opened at startup.
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