Class NotificationReportProcessorData
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The information data associated with a notification.
public sealed class NotificationReportProcessorData : NotificationData, IEntity, IComparable, IIdentifiable
- Inheritance
-
NotificationReportProcessorData
- Implements
- Inherited Members
Constructors
NotificationReportProcessorData()
Initializes a new instance of the NotificationReportProcessorData class.
public NotificationReportProcessorData()
NotificationReportProcessorData(Id?, NotificationReportProcessorDataInfo?, string?)
Initializes a new instance of the NotificationReportProcessorData class.
public NotificationReportProcessorData(Id? id, NotificationReportProcessorDataInfo? info, string? source = null)
Parameters
idIdThe id.
infoNotificationReportProcessorDataInfoThe notification news data.
sourcestringThe source of the news.
Properties
Info
Gets or sets the exception event that holds the data for this notification.
public NotificationReportProcessorDataInfo? 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()