AlertMessageModel Constructor
Default constructor
Namespace: MobileTrack.Web.Components.ModelsAssembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public AlertMessageModel(
AlertColor color,
IconName icon,
bool dismissible,
NotificationDto message
)
Parameters
- color AlertColor
- Color of the alert
- icon IconName
- Icon to display
- dismissible Boolean
- Whether the user can dismiss this message
- message NotificationDto
- Message of the alert