[RouteAttribute("/admin/company/{companyId:guid}/alert/types")]
public class AlertTypes : MtBaseComponent| AlertTypes | Initializes a new instance of the AlertTypes class |
| AlertTypeEditContext | Edit context |
| AlertTypeModel | Model for the alert type being created |
| AvailableAlertTypes | List of available alert types that can be selected for the alert type. |
| ModalTitle | The title displayed in the modal dialog. |
| NewAlertTypeModal | Modal to create a new alert type. |
| 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)) |
| 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) |
| ShowAlertTypeModalAsync | Shows the Alert type modal. |