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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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