public class AdminCompanyRibbon : MtBaseComponent,
IHasAzureStorage| AdminCompanyRibbon | Initializes a new instance of the AdminCompanyRibbon class |
| AzureFileStorage |
Dependency injection of the IAzureStorage Azure Blob Storage service. Every CompanyDto, except for MobileTrack itself (for now?) has their own folder in the blob storage to store files in. This can be their logo or icon files, images representing users or Devices, or attachments they want to store. It can also be used to store reports in generated by MobileTrack Nexus. |
| ConfirmDialog | 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) |
| BuildRenderTree | (Overrides ComponentBaseBuildRenderTree(RenderTreeBuilder)) |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Overrides MtBaseComponentDispose) |
| OnInitializedAsync |
Method invoked when the component is ready to start, having received its
initial parameters from its parent in the render tree.
Override this method if you will perform an asynchronous operation and
want the component to refresh when that operation is completed.
(Overrides ComponentBaseOnInitializedAsync) |