Table of Contents

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 Id

The ReportStorageId.

status ReportProcessingStatus?

The ReportProcessingStatus

Properties

Id

Gets or sets the ReportStorageId.

public Id? Id { get; set; }

Property Value

Id

Status

Gets or sets the status of the report.

public ReportProcessingStatus? Status { get; set; }

Property Value

ReportProcessingStatus?

ReportProcessingStatus