Table of Contents

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

id Id

The id.

info NotificationReportProcessorDataInfo

The notification news data.

source string

The 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

NotificationReportProcessorDataInfo

NotificationReportProcessorDataInfo

Source

Gets or sets what is the source of the news.

public string? Source { get; set; }

Property Value

string

string

Methods

Clone()

Clones this entity.

public override IEntity Clone()

Returns

IEntity

NotificationReportProcessorData