MobileTrack Nexus Documentation
C#
Show/Hide TOC
Alert
Message
Model 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
C#
Copy
Request Example
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
Reference
MobileTrack.Web.Components.Models Namespace
In This Article
Definition
Constructors
Properties
See Also