AlertMessageModel Constructor
Default constructor
Namespace: MobileTrack.Web.Components.ModelsAssembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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