CreateCompanyWizard Class

New wizard for creating a new company to replace the old one

Definition

Namespace: MobileTrack.Web.Portal.Pages.Admin.Wizards
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
[RouteAttribute("/admin/company/create")]
public class CreateCompanyWizard : MtBaseComponent
Inheritance
Object    ComponentBase    MtBaseComponent    CreateCompanyWizard

Constructors

CreateCompanyWizardInitializes a new instance of the CreateCompanyWizard class

Properties

AccountToEdit The first account belongs to the default environment of the company
Company Company object we're creating
CompanyImageFile Company image file object to be used in the wizard
Dialog ConfirmDialog element
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))
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Overrides MtBaseComponentDispose)
OnParametersSetAsync 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 MtBaseComponentOnParametersSetAsync)

See Also