AlertMessageModel Class

Represents an alert message send to the user. This model can be used for alerts, but also for notification dropdowns.

Definition

Namespace: MobileTrack.Web.Components.Models
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public class AlertMessageModel
Inheritance
Object    AlertMessageModel

Constructors

AlertMessageModel Default constructor

Properties

Color Color of the alert
Dismissible Whether the user can dismiss this message
Icon Icon to display
Message Message of the alert

See Also