AlertMessageModel Constructor

Default constructor

Definition

Namespace: MobileTrack.Web.Components.Models
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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

See Also