Class NotificationReportProcessorDataInfo
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Notification info data for system news.
[ReportClass]
public sealed class NotificationReportProcessorDataInfo
- Inheritance
-
NotificationReportProcessorDataInfo
- Inherited Members
Constructors
NotificationReportProcessorDataInfo()
Initializes a new instance of the NotificationReportProcessorDataInfo class. Info data for system news notification.
public NotificationReportProcessorDataInfo()
NotificationReportProcessorDataInfo(Id, ReportProcessingStatus?)
Initializes a new instance of the NotificationReportProcessorDataInfo class. Info data for system news notification.
public NotificationReportProcessorDataInfo(Id id, ReportProcessingStatus? status = null)
Parameters
id
IdThe ReportStorageId.
status
ReportProcessingStatus?
Properties
Id
Gets or sets the ReportStorageId.
public Id? Id { get; set; }
Property Value
Status
Gets or sets the status of the report.
public ReportProcessingStatus? Status { get; set; }