Class NotificationNewsData
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The notification data pertaining to Exception Rules.
public class NotificationNewsData : NotificationData, IEntity, IComparable, IIdentifiable
- Inheritance
-
NotificationNewsData
- Implements
- Inherited Members
Constructors
NotificationNewsData()
Initializes a new instance of the NotificationNewsData class.
public NotificationNewsData()
NotificationNewsData(Id?, NotificationNewsDataInfo?, string?)
Initializes a new instance of the NotificationNewsData class.
public NotificationNewsData(Id? id, NotificationNewsDataInfo? info, string? source = null)
Parameters
idIdThe id.
infoNotificationNewsDataInfoThe notification news data.
sourcestringThe source of the news.
Properties
Info
Gets or sets the exception event that holds the data for this notification.
public NotificationNewsDataInfo? Info { get; set; }
Property Value
Source
Gets or sets what is the source of the news.
public string? Source { get; set; }
Property Value
Methods
Clone()
Clones this entity.
public override IEntity Clone()