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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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