[RouteAttribute("/admin/company/{companyId:guid}/{environmentId:guid}")]
public class CompanyOverview : MtBaseComponent| CompanyOverview | Initializes a new instance of the CompanyOverview class |
| CloudEventsService | Dependency injected CloudEventsService for sending events to the cloud services. |
| Container | Container to hold the phone number while the user is editing it. |
| DeleteDialog | Confirm dialog before the user deletes an object |
| Dialog | Confirmation dialog used when the user wants to delete an environment, account, or Device. |
| EnvironmentErrorModal | Modal for when a user tries to delete a non-empty environment while the company's settings prohibit that. |
| FormOverlay | Overlay for when we're submitting data to the event handler. |
| ItemOverviewTabs | Tabs to display in the item overview, if an item is selected. |
| JsRuntime | Dependency injected JS Runtime. |
| MfaTwilioService | Injected Twilio service for MFA. |
| PreloadService | Dependency injected PreloadService for showing and hiding the preload spinner |
| 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) |
| TreeReference | Tree view where the ItemsTree are a part of. |
| BuildRenderTree | (Overrides ComponentBaseBuildRenderTree(RenderTreeBuilder)) |
| LoadData |
Gets data about the CompanyId that we need to populate the page with.
(Overrides MtBaseComponentLoadData) |
| OnAfterRender |
Method invoked after each time the component has rendered interactively and the UI has finished
updating (for example, after elements have been added to the browser DOM). Any ElementReference
fields will be populated by the time this runs.
This method is not invoked during prerendering or server-side rendering, because those processes
are not attached to any live browser DOM and are already complete before the DOM is updated.
(Overrides MtBaseComponentOnAfterRender(Boolean)) |
| OnInitialized |
Method invoked when the component is ready to start, having received its
initial parameters from its parent in the render tree.
(Overrides ComponentBaseOnInitialized) |