AccountEdit Class

Page to edit a single AccountDto. (Or to create a new one if the url ends with 'new' rather than an existing AccountDto ID).
This page is for the MobileTrack support users only.

Definition

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

Constructors

AccountEditInitializes a new instance of the AccountEdit class

Properties

AccountId The ID of the AccountDto we're editing. If left empty, we'll assume we're making a new account.
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

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